1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-01 14:37:46 +02:00

package manager: noted yay cache cleaning

This commit is contained in:
tiyn 2025-02-17 04:29:21 +01:00
parent e1a8ca627b
commit b0c84c4d0c

View File

@ -49,6 +49,12 @@ The cache of all packages except the one installed can be deleted by running the
pacman -Sc
```
Since `yay` mirrors the usage of `pacman` it can be used the same way and will clean both caches.
```sh
yay -Sc
```
### Troubleshooting
This section addresses various uses of the pacman and yay package managers.