mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
yay: add cache cleaning command (#16532)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
2d4c0f2a95
commit
d8a21b391e
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,6 @@
|
|||
|
||||
`yay`
|
||||
|
||||
- Synchronize and update only AUR packages:
|
||||
|
||||
`yay -Sua`
|
||||
|
||||
- Install a new package from the repos and AUR and do not ask to confirm transactions:
|
||||
|
||||
`yay -S {{package}} --noconfirm`
|
||||
|
@ -32,6 +28,10 @@
|
|||
|
||||
`yay -Yc`
|
||||
|
||||
- Clean `pacman` and `yay` caches (old package versions kept for rollback and downgrade purposes):
|
||||
|
||||
`yay -Scc`
|
||||
|
||||
- Show statistics for installed packages and system health:
|
||||
|
||||
`yay -Ps`
|
||||
|
|
Loading…
Add table
Reference in a new issue