← 返回命令列表

Linux command

trizen 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Sync

trizen -Syua

Install

trizen -S [package]

Remove

trizen -Rs [package]

Search

trizen -Ss [keyword]

Example

trizen -Si [package]

List

trizen -Qe

说明

trizen is an Arch Linux utility for building and installing packages from the Arch User Repository (AUR). It uses pacman-style commands and provides features like dependency resolution, PKGBUILD review, and clean build options. The tool handles downloading PKGBUILDs, building packages, and installing them along with their dependencies from both official repositories and the AUR.

参数

-S
Sync/install package
-Ss
Search for packages
-Si
Show package information
-Syua
Sync databases and upgrade all AUR packages
-Rs
Remove package with dependencies
-Qe
List explicitly installed packages

FAQ

What is the trizen command used for?

trizen is an Arch Linux utility for building and installing packages from the Arch User Repository (AUR). It uses pacman-style commands and provides features like dependency resolution, PKGBUILD review, and clean build options. The tool handles downloading PKGBUILDs, building packages, and installing them along with their dependencies from both official repositories and the AUR.

How do I run a basic trizen example?

Run `trizen -Syua` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -S do in trizen?

Sync/install package