mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
Compare commits
2 Commits
ce5ec63719
...
546b52e217
Author | SHA1 | Date | |
---|---|---|---|
|
546b52e217 | ||
|
7297d3f2ce |
@ -41,10 +41,17 @@ commit list.
|
|||||||
Next to `download` a `.tar.gz` file can be downloaded which includes a `PKGBUILD` file.
|
Next to `download` a `.tar.gz` file can be downloaded which includes a `PKGBUILD` file.
|
||||||
Afterwards it needs to be [uncompressed](/wiki/linux/tar.md#uncompressing-a-tar-archive).
|
Afterwards it needs to be [uncompressed](/wiki/linux/tar.md#uncompressing-a-tar-archive).
|
||||||
|
|
||||||
|
#### Clear Cache
|
||||||
|
|
||||||
|
The cache of all packages except the one installed can be deleted by running the following command.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -Sc
|
||||||
|
```
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
This section addresses various errors that can happen when using the package managers yay and
|
This section addresses various uses of the pacman and yay package managers.
|
||||||
pacman.
|
|
||||||
|
|
||||||
#### Update Mirrorlist
|
#### Update Mirrorlist
|
||||||
|
|
||||||
@ -56,6 +63,11 @@ This can be fixed by updating it with the following command:
|
|||||||
curl -o /etc/pacman.d/mirrorlist https://archlinux.org/mirrorlist/all/
|
curl -o /etc/pacman.d/mirrorlist https://archlinux.org/mirrorlist/all/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
This section addresses various errors that can happen when using the package managers yay and
|
||||||
|
pacman.
|
||||||
|
|
||||||
#### Error While Importing Keys
|
#### Error While Importing Keys
|
||||||
|
|
||||||
Both `yay` and `pacman` use [GPG keys](/wiki/linux/gpg.md).
|
Both `yay` and `pacman` use [GPG keys](/wiki/linux/gpg.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user