complete yay's table

This commit is contained in:
shosseinib 2024-10-23 11:28:46 +03:30
commit fc6546e122

View file

@ -134,7 +134,7 @@ upgrades were available. Use `pacman -Que` instead.
#### Yay #### Yay
| Alias | Command | Description | | Alias | Command | Description |
|---------|--------------------------------|-------------------------------------------------------------------| |-----------------|-----------------------------|----------------------------------------------------------------------|
| yaconf | `yay -Pg` | Print current configuration | | yaconf | `yay -Pg` | Print current configuration |
| yaclean | `yay -Sc` | Clean out old and unused caches and packages | | yaclean | `yay -Sc` | Clean out old and unused caches and packages |
| yaclr | `yay -Scc` | Remove all files from the cache | | yaclr | `yay -Scc` | Remove all files from the cache |
@ -154,6 +154,7 @@ upgrades were available. Use `pacman -Que` instead.
| yaupg | `yay -Syu` | Sync with repositories before upgrading packages | | yaupg | `yay -Syu` | Sync with repositories before upgrading packages |
| yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation | | yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation |
| upgrade[¹](#f1) | `yay -Syu` | Sync with repositories before upgrading packages | | upgrade[¹](#f1) | `yay -Syu` | Sync with repositories before upgrading packages |
| allcl | `sudo pacman -Scc;yay -Scc` | Remove old packages from cache directory both for `pacman` and `yay` |
--- ---