From fc6546e1223992e9bf9716627651682b576ccdac Mon Sep 17 00:00:00 2001 From: shosseinib Date: Wed, 23 Oct 2024 11:28:46 +0330 Subject: [PATCH] complete yay's table --- plugins/archlinux/README.md | 45 +++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/plugins/archlinux/README.md b/plugins/archlinux/README.md index 5e015dbaa..e96ebd256 100644 --- a/plugins/archlinux/README.md +++ b/plugins/archlinux/README.md @@ -133,27 +133,28 @@ upgrades were available. Use `pacman -Que` instead. #### Yay -| Alias | Command | Description | -|---------|--------------------------------|-------------------------------------------------------------------| -| yaconf | `yay -Pg` | Print current configuration | -| yaclean | `yay -Sc` | Clean out old and unused caches and packages | -| yaclr | `yay -Scc` | Remove all files from the cache | -| yain | `yay -S` | Install packages from the repositories | -| yains | `yay -U` | Install a package from a local file | -| yainsd | `yay -S --asdeps` | Install packages as dependencies of another package | -| yaloc | `yay -Qi` | Display information about a package 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") | -| yamir | `yay -Syy` | Force refresh of all package lists after updating mirrorlist | -| yaorph | `yay -Qtd` | Remove orphans using yay | -| yare | `yay -R` | Remove packages, keeping its settings and dependencies | -| yarem | `yay -Rns` | Remove packages, including its settings and unneeded dependencies | -| yarep | `yay -Si` | Display information about a package in the repositories | -| yareps | `yay -Ss` | Search for packages in the repositories | -| 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 | -| upgrade[¹](#f1) | `yay -Syu` | Sync with repositories before upgrading packages | +| Alias | Command | Description | +|-----------------|-----------------------------|----------------------------------------------------------------------| +| yaconf | `yay -Pg` | Print current configuration | +| yaclean | `yay -Sc` | Clean out old and unused caches and packages | +| yaclr | `yay -Scc` | Remove all files from the cache | +| yain | `yay -S` | Install packages from the repositories | +| yains | `yay -U` | Install a package from a local file | +| yainsd | `yay -S --asdeps` | Install packages as dependencies of another package | +| yaloc | `yay -Qi` | Display information about a package 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") | +| yamir | `yay -Syy` | Force refresh of all package lists after updating mirrorlist | +| yaorph | `yay -Qtd` | Remove orphans using yay | +| yare | `yay -R` | Remove packages, keeping its settings and dependencies | +| yarem | `yay -Rns` | Remove packages, including its settings and unneeded dependencies | +| yarep | `yay -Si` | Display information about a package in the repositories | +| yareps | `yay -Ss` | Search for packages in the repositories | +| 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 | +| 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 - Jeff M. Hubbard - jeffmhubbard@gmail.com - K. Harishankar(harishnkr) - hari2menon1234@gmail.com -- WH-2099 - wh2099@outlook.com \ No newline at end of file +- WH-2099 - wh2099@outlook.com