← 返回命令列表

Linux command

aurvote 命令

文本

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

常用示例

Example

aurvote --configure

Vote

aurvote [package1] [package2] ...

Unvote

aurvote -u [package1] [package2] ...

Check

aurvote -c [package1] [package2] ...

Show version

aurvote -V

说明

aurvote allows voting for packages in the Arch User Repository from the command line. Voting helps indicate package popularity and is useful feedback for maintainers. Credentials are stored in ~/.config/aurvote and must be configured before use. The file contains your AUR username and password.

参数

--configure
Interactively create the credentials file.
-v, --vote
Vote for specified packages (default action).
-u, --unvote
Remove votes from specified packages.
-c, --check
Check if packages have been voted.
-V, --version
Display version information.
-h, --help
Display help information.

FAQ

What is the aurvote command used for?

aurvote allows voting for packages in the Arch User Repository from the command line. Voting helps indicate package popularity and is useful feedback for maintainers. Credentials are stored in ~/.config/aurvote and must be configured before use. The file contains your AUR username and password.

How do I run a basic aurvote example?

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

What does --configure do in aurvote?

Interactively create the credentials file.