trizen
Trizen is a command line package manager for AUR (Arch User Repository) packages on Arch-based Linux distributions. It is written in Perl and supports both interactive and non-interactive installations. Trizen offers an intuitive and user-friendly interface, designed to simplify the installation and management of AUR packages. It provides features such as dependency resolution, package search, and update notifications. Trizen can be used to easily install software that is not available in the official repositories of Arch Linux. Additionally, it allows users to build and install packages from source files, making it a powerful tool for customization and flexibility. Overall, Trizen is a convenient command line tool that enhances the package management experience for Arch Linux users, offering a convenient way to access a wide range of AUR packages.
List of commands for trizen:
-
trizen:tldr:19947 trizen: Remove a package and its dependencies.$ trizen -Rs ${package}try on your machineexplain this command
-
trizen:tldr:6b229 trizen: Synchronize and update all AUR packages.$ trizen -Syuatry on your machineexplain this command
-
trizen:tldr:abdf1 trizen: Search the package database for a keyword.$ trizen -Ss ${keyword}try on your machineexplain this command
-
trizen:tldr:e64cc trizen: Install a new package.$ trizen -S ${package}try on your machineexplain this command
-
trizen:tldr:e9917 trizen: List installed packages and versions.$ trizen -Qetry on your machineexplain this command
-
trizen:tldr:ea801 trizen: Show information about a package.$ trizen -Si ${package}try on your machineexplain this command