paru
An AUR helper and pacman wrapper.
- Interactively search for and install a package:
paru {package_name_or_seach_term}
- Synchronize and update all packages:
paru
paru -Sua
- Get information about a package:
paru -Si {package_name}
- Download `PKGBUILD` and other package source files from the AUR or ABS:
paru --getpkgbuild {package_name}
- Display the `PKGBUILD` file of a package:
paru --getpkgbuild --print {package_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).