← 返回命令列表

Linux command

pacsea 命令

文本

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

常用示例

Launch the package search TUI

pacsea

Search packages from the CLI

pacsea -s [query]

Install packages directly

pacsea -i [package1] [package2]

Install packages listed in a file

pacsea -I [packages.txt]

Update official and AUR packages

pacsea -u

List explicitly installed packages

pacsea -l --exp

Preview operations without making changes

pacsea --dry-run

Refresh the package database before launching

pacsea -y

说明

pacsea is a fast, Rust-based terminal user interface for searching, inspecting, and queueing packages from both the official Arch Linux repositories and the AUR. It offers keyboard-first, Vim-friendly navigation across reorderable panels showing search results, package details, PKGBUILD previews, and AUR comments. In addition to the interactive TUI, pacsea exposes a CLI for direct search, installation, removal, and upgrade operations. It includes an integrated news feed combining Arch news, security advisories, and update notifications, plus optional AUR security scanning using tools such as ClamAV, Trivy, Semgrep, ShellCheck, and VirusTotal.

参数

-s, --search _query_
Search for packages in official repositories and the AUR.
-i, --install _package_...
Install one or more packages.
-I _file_
Install packages listed in a file (supports `#` comments).
-r, --remove _package_...
Remove packages with a confirmation prompt.
-u, --update
Update official and AUR packages.
-l --exp | --imp | --all
List installed packages (explicit, implicit, or all).
-n --read | --unread | --all
Display Arch Linux news feed.
-y, --refresh
Refresh the package database before launching the TUI.
--clear-cache
Remove all cached files.
--dry-run
Preview operations without making actual changes.
-v, --verbose
Enable verbose output.
--log-level _level_
Set the log level (trace, debug, info, warn, error).
--no-color
Disable colored output.
--version
Display version information.
--help
Show the help message.

FAQ

What is the pacsea command used for?

pacsea is a fast, Rust-based terminal user interface for searching, inspecting, and queueing packages from both the official Arch Linux repositories and the AUR. It offers keyboard-first, Vim-friendly navigation across reorderable panels showing search results, package details, PKGBUILD previews, and AUR comments. In addition to the interactive TUI, pacsea exposes a CLI for direct search, installation, removal, and upgrade operations. It includes an integrated news feed combining Arch news, security advisories, and update notifications, plus optional AUR security scanning using tools such as ClamAV, Trivy, Semgrep, ShellCheck, and VirusTotal.

How do I run a basic pacsea example?

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

What does -s, --search _query_ do in pacsea?

Search for packages in official repositories and the AUR.