mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
complete yay's table
This commit is contained in:
parent
ffd7304709
commit
fc6546e122
1 changed files with 23 additions and 22 deletions
|
|
@ -133,27 +133,28 @@ 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 |
|
||||||
| yain | `yay -S` | Install packages from the repositories |
|
| yain | `yay -S` | Install packages from the repositories |
|
||||||
| yains | `yay -U` | Install a package from a local file |
|
| yains | `yay -U` | Install a package from a local file |
|
||||||
| yainsd | `yay -S --asdeps` | Install packages as dependencies of another package |
|
| yainsd | `yay -S --asdeps` | Install packages as dependencies of another package |
|
||||||
| yaloc | `yay -Qi` | Display information about a package in the local database |
|
| yaloc | `yay -Qi` | Display information about a package in the local database |
|
||||||
| yalocs | `yay -Qs` | Search for packages in the local database |
|
| yalocs | `yay -Qs` | Search for packages in the local database |
|
||||||
| yalst | `yay -Qe` | List installed packages including from AUR (tagged as "local") |
|
| yalst | `yay -Qe` | List installed packages including from AUR (tagged as "local") |
|
||||||
| yamir | `yay -Syy` | Force refresh of all package lists after updating mirrorlist |
|
| yamir | `yay -Syy` | Force refresh of all package lists after updating mirrorlist |
|
||||||
| yaorph | `yay -Qtd` | Remove orphans using yay |
|
| yaorph | `yay -Qtd` | Remove orphans using yay |
|
||||||
| yare | `yay -R` | Remove packages, keeping its settings and dependencies |
|
| yare | `yay -R` | Remove packages, keeping its settings and dependencies |
|
||||||
| yarem | `yay -Rns` | Remove packages, including its settings and unneeded dependencies |
|
| yarem | `yay -Rns` | Remove packages, including its settings and unneeded dependencies |
|
||||||
| yarep | `yay -Si` | Display information about a package in the repositories |
|
| yarep | `yay -Si` | Display information about a package in the repositories |
|
||||||
| yareps | `yay -Ss` | Search for packages in the repositories |
|
| yareps | `yay -Ss` | Search for packages in the repositories |
|
||||||
| yaupd | `yay -Sy` | Update and refresh local package, ABS and AUR databases |
|
| yaupd | `yay -Sy` | Update and refresh local package, ABS and AUR databases |
|
||||||
| 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` |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -181,4 +182,4 @@ whether the package manager is installed, checked in the following order:
|
||||||
- Ybalrid (Arthur Brainville) - ybalrid@ybalrid.info
|
- Ybalrid (Arthur Brainville) - ybalrid@ybalrid.info
|
||||||
- Jeff M. Hubbard - jeffmhubbard@gmail.com
|
- Jeff M. Hubbard - jeffmhubbard@gmail.com
|
||||||
- K. Harishankar(harishnkr) - hari2menon1234@gmail.com
|
- K. Harishankar(harishnkr) - hari2menon1234@gmail.com
|
||||||
- WH-2099 - wh2099@outlook.com
|
- WH-2099 - wh2099@outlook.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue