-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catchup: archlinuxcn: add extra steps for keyring before it fixes
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### 新系统中安装 archlinuxcn-keyring 包前的额外步骤 | ||
|
||
2023 年 12 月后,在新系统下安装 `archlinuxcn-keyring` 时可能会出现错误: | ||
|
||
``` | ||
error: archlinuxcn-keyring: Signature from "Jiachen YANG (Arch Linux Packager Signing Key) " is marginal trust | ||
``` | ||
|
||
需要在本地信任 farseerfc 的 GPG key: | ||
|
||
```bash | ||
sudo pacman-key --lsign-key "farseerfc@archlinux.org" | ||
``` | ||
|
||
然后重试安装。详情参见 [新系统中安装 archlinuxcn-keyring 包前需要手动信任 farseerfc 的 key](https://www.archlinuxcn.org/archlinuxcn-keyring-manually-trust-farseerfc-key/)。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ _: Arch Linux CN 软件仓库 | |
block: | ||
- intro | ||
- usage | ||
- farseerfc |