← 返回命令列表

Linux command

xbps-tui 命令

文本

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

常用示例

Launch the package manager TUI

xbps-tui

Launch in dry-run mode

xbps-tui --dry-run

说明

xbps-tui is an interactive terminal frontend for the xbps package manager used by Void Linux. It supports fuzzy searching packages by name and description, filtering by installed, updatable, or marked packages, and marking packages for installation or removal with root execution. Press / or Ctrl+f to enter fuzzy search mode. Use h/k or arrow keys to filter between all packages, installed, updatable, marked for install, and marked for removal. Set XBPS_TUI_DATA environment variable for a custom data directory.

参数

--dry-run
Preview install/remove actions without executing them.

FAQ

What is the xbps-tui command used for?

xbps-tui is an interactive terminal frontend for the xbps package manager used by Void Linux. It supports fuzzy searching packages by name and description, filtering by installed, updatable, or marked packages, and marking packages for installation or removal with root execution. Press / or Ctrl+f to enter fuzzy search mode. Use h/k or arrow keys to filter between all packages, installed, updatable, marked for install, and marked for removal. Set XBPS_TUI_DATA environment variable for a custom data directory.

How do I run a basic xbps-tui example?

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

What does --dry-run do in xbps-tui?

Preview install/remove actions without executing them.