|
|
|
|
@ -143,6 +143,8 @@ upgrades were available. Use `pacman -Que` instead. |
|
|
|
|
| yaupd | `yaourt -Sy` | Update and refresh local package, ABS and AUR databases | |
|
|
|
|
| yaupg | `yaourt -Syua` | Sync with repositories before upgrading all packages (from AUR too) | |
|
|
|
|
| yasu | `yaourt -Syua --no-confirm` | Same as `yaupg`, but without confirmation | |
|
|
|
|
| yaclun | `yaourt -Yc` | Remove unneeded installed packages | |
|
|
|
|
| yaclf | `yaourt -Scc` | Remove cache directories | |
|
|
|
|
| upgrade[²](#f2) | `yaourt -Syu` | Sync with repositories before upgrading packages | |
|
|
|
|
|
|
|
|
|
#### Yay[¹](#f1) |
|
|
|
|
@ -165,6 +167,8 @@ upgrades were available. Use `pacman -Que` instead. |
|
|
|
|
| yaupd | `yay -Sy` | Update and refresh local package, ABS and AUR databases | |
|
|
|
|
| yaupg | `yay -Syu` | Sync with repositories before upgrading packages | |
|
|
|
|
| yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation | |
|
|
|
|
| yaclun | `yay -Yc` | Remove unneeded installed packages | |
|
|
|
|
| yaclf | `yay -Scc` | Remove cache directories | |
|
|
|
|
| upgrade[²](#f2) | `yay -Syu` | Sync with repositories before upgrading packages | |
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|