mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ba2f0598a4
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
707 B
707 B
paru
An AUR helper and pacman wrapper. See also:
pacman,yay. More information: https://github.com/Morganamilo/paru#examples.
- Interactively search for and install a package:
paru {{package_name_or_search_term}}
- Synchronize and update all packages:
paru
- Upgrade AUR packages:
paru -Sua
- List manually installed packages:
paru -Qqm
- Remove an installed package, it's configuration files, and dependencies:
paru -Rns {{package}}
- Get information about a package:
paru -Si {{package}}
- Download
PKGBUILDand other package source files from the AUR or ABS:
paru --getpkgbuild {{package}}
- Display the
PKGBUILDfile of a package:
paru -Gp {{package}}