Skip to content

Commit 6eaedfc

Browse files
committed
FAQ & Troubleshooting: Removed comments on a command that were being
grabbed by the clipboard
1 parent 241b2dd commit 6eaedfc

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/cachyos_basic

1 file changed

+6
-6
lines changed

src/content/docs/cachyos_basic/faq.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ is corrupted (invalid or corrupted package (PGP signature)).
120120
This error typically indicates a problem with your system's pacman keyrings, which verify the authenticity of packages. The following commands will reset and re-populate the keyrings to resolve the issue.
121121

122122
```sh
123-
sudo rm -rf /etc/pacman.d/gnupg/ # Force-remove the old keyrings
124-
sudo pacman-key --init # Initialize the keyring
125-
sudo pacman-key --populate # Populate the keyring
123+
sudo rm -rf /etc/pacman.d/gnupg/
124+
sudo pacman-key --init
125+
sudo pacman-key --populate
126126

127-
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com # Manually import the CachyOS key
128-
sudo pacman-key --lsign-key F3B607488DB35A47 # Manually sign the key
127+
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
128+
sudo pacman-key --lsign-key F3B607488DB35A47
129129

130-
sudo rm -R /var/lib/pacman/sync # Remove the synced databases to force a fresh download
130+
sudo rm -R /var/lib/pacman/sync
131131
```
132132

133133
#### error: unable to lock database

0 commit comments

Comments
 (0)