-b,--dbpath <路径> 指定另外的数据库位置-k,--check 检查本地数据库有效性 (-kk 以同步数据库)-q,--quiet 不显示成功消息的输出-r,--root <路径> 指定另外的安装根目录-v,--verbose 显示详细信息--arch <架构> 设定另外的架构--asdeps 标记为非明确指定安装的软件包--asexplicit 标记为明确指定安装...
CheckSpace#VerbosePkgLists# By default, pacman accepts packages signed by keys that its local keyring# trusts (see pacman-key and its man page), as well as unsigned packages.SigLevel = Required DatabaseOptionalLocalFileSigLevel = Optional#RemoteFileSigLevel = Required# NOTE: You must run `...
config->architectures); alpm_option_set_checkspace(handle, config->checkspace); ...
pacman -Sw package_name 安装一个本地包(不从源里): pacman -U /path/to/package/package_name-version.pkg.tar.gz 完全清理包缓存(/var/cache/pacman/pkg): pacman -Scc 重安装包(那些因为依赖关系问题而无法先删除的包): pacman -Sf package_name 要了解更详细的参数开关可以pacman --help或者man ...
Package names are still checked. Normally, pacman will always check a package’s dependency fields to ensure that all dependencies are installed and there are no package conflicts in the system. Specify this option twice to skip all dependency checks. --assume-installed <package=version> Add a...
pacman -Q boost-libs #Display version //显示包安装的文件详细列表 pacman -Ql boost-libs #Display file list provided by local package //显示包缺失的文件 pacman -Qk boost-libs #Check the local package database、 //在仓库中搜索含关键字的软件包(本地已安装的会标记) ...
Skips all dependency checks. Normally, pacman will always check a package's dependency fields to ensure that all dependencies are installed and there are no package conflicts in the system. -f, --force Bypass file conflict checks and overwrite conflicting files. If the package that is about to...
by # gpkg. # $N = package name, such as autoconf, x-org # $V = package version, such...
Skips dependency version checks. Package names are still checked. Normally, pacman will always check a package’s dependency fields to ensure that all dependencies are installed and there are no package conflicts in the system. Specify this option twice to skip all dependency checks. ...
# pacman --deptest {{package_name1}} {{package_name2}} 2. Check if the installed package satisfies the given minimum version: # pacman --deptest "{{bash>=5}}" 3. Check if a later version of a package is installed: # pacman --deptest "{{bash>5}}" ...