[logseq-plugin-git:commit] 2025-09-08T09:35:23.573Z

This commit is contained in:
YuanHui
2025-09-08 17:35:23 +08:00
parent 1c25911301
commit c70062d6f7
1256 changed files with 65938 additions and 45736 deletions

View File

@@ -1,21 +1,21 @@
- [[个人博客搭建]]
- pacman gpgkey erro #linux
- 问题
- pacman使用Syuu更新时需要导入GPG key
id:: 64e568b5-da68-4eba-aa40-3fd5ec5f61b5
- 解决方案
- 删除gnupg文件夹后初始化pacman key
- ```bash
# 删除gnupg
sudo rm -rf /etc/pacman.d/gnupg/
sudo rm -rf /etc/pacman.d/gnupg/
rm -rf .gnupg/
# 刷新key
sudo gpg --refresh-keys
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman-key --refresh-keys
```
- #+BEGIN_CAUTION
刷新key时间可能比较久注意在这期间不要使用pacman
- [[个人博客搭建]]
- pacman gpgkey erro #linux
- 问题
- pacman使用Syuu更新时需要导入GPG key
id:: 64e568b5-da68-4eba-aa40-3fd5ec5f61b5
- 解决方案
- 删除gnupg文件夹后初始化pacman key
- ```bash
# 删除gnupg
sudo rm -rf /etc/pacman.d/gnupg/
sudo rm -rf /etc/pacman.d/gnupg/
rm -rf .gnupg/
# 刷新key
sudo gpg --refresh-keys
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman-key --refresh-keys
```
- #+BEGIN_CAUTION
刷新key时间可能比较久注意在这期间不要使用pacman
#+END_CAUTION