Add paru to AUR helpers

This commit is contained in:
ImenaOphelia 2025-02-08 12:41:36 +01:00
commit ed1a1eec55
2 changed files with 49 additions and 2 deletions

View file

@ -155,6 +155,30 @@ upgrades were available. Use `pacman -Que` instead.
| yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation |
| upgrade[¹](#f1) | `yay -Syu` | Sync with repositories before upgrading packages |
#### Paru
| Alias | Command | Description |
|----------|---------------------------------|-------------------------------------------------------------------|
| parclean | `paru -Sc` | Clean out old and unused caches and packages |
| parclr | `paru -Scc` | Remove all files from the cache |
| parin | `paru -S` | Install packages from the repositories |
| parins | `paru -U` | Install a package from a local file |
| parinsd | `paru -S --asdeps` | Install packages as dependencies of another package |
| parloc | `paru -Qi` | Display information about a package in the local database |
| parlocs | `paru -Qs` | Search for packages in the local database |
| parlst | `paru -Qe` | List installed packages including from AUR (tagged as "local") |
| parmir | `paru -Syy` | Force refresh of all package lists after updating mirrorlist |
| parorph | `paru -Qtd` | Remove orphans using paru |
| pare | `paru -R` | Remove packages, keeping its settings and dependencies |
| parem | `paru -Rns` | Remove packages, including its settings and unneeded dependencies |
| parep | `paru -Si` | Display information about a package in the repositories |
| pareps | `paru -Ss` | Search for packages in the repositories |
| parupd | `paru -Sy` | Update and refresh local package, ABS and AUR databases |
| parupg | `paru -Syu` | Sync with repositories before upgrading packages |
| parsu | `paru -Syu --no-confirm` | Same as `parupg`, but without confirmation |
| upgrade[¹](#f1) | `paru -Syu` | Sync with repositories before upgrading packages |
---
<span id="f1">¹</span>
@ -181,4 +205,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
- WH-2099 - wh2099@outlook.com