mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
459 B
459 B
trizen
Arch Linux utility for building packages from the Arch User Repository (AUR).
- Synchronize and update all AUR packages:
trizen -Syua
- Install a new package:
trizen -S {{package}}
- Remove a package and its dependencies:
trizen -Rs {{package}}
- Search the package database for a keyword:
trizen -Ss {{keyword}}
- Show information about a package:
trizen -Si {{package}}
- List installed packages and versions:
trizen -Qe