dnf repoquery --conflicts aptitude search '~C$pattern' 3 List all packages which are required for the given package, aka show dependencies. 列出给定包所需的所有包,即show dependencies。 pacman -[S|Q]i dnf repoquery --requires or repoquery -R apt-cache depends / apt-cache show zypper info...
-u, --upgradeslist outdated packages [filter]列出过期的软件包[过滤器] -o, --owns <file>query the package that owns <file>查询拥有<file>的软件包 $ pacman -Qm列出已安装的非官方库软件包(通常是手动下载并安装或包裹从仓库取出) 1.2 pacman -F 选项(文件数据库查询) ...
searchpackage-managerterminalpackagesaurarchlinuxarchtuipacmanpkgbuildalpm UpdatedMar 30, 2024 Go Keeps your Arch Linux fully functional after a kernel upgrade archlinuxpacmanalpm-hookslibalpm UpdatedNov 21, 2023 Shell A Galaga, Pac-Man and Donkey Kong arcade emulator for the ESP32 ...
<!DOCTYPE HTML>
-Qe:list packages explicitly installed(自己安装的软件) -Qq:show less information for query and search(不显示版本号) -Qeq:-Qe + -Qq -Qs <regex>:search locally-installed packages for matching strings -Qdt:显示不再被需要的依赖 -Qu:list outdated packages sudo pacman -R $(pacman -Qdtq)分享...
LizardByte does not support packages hosted on the AUR. The platform is not secure, since anyone is able to become the packager of an AUR repo. If you use the AUR, please carefully inspect any PKGBUILDS for packages that you are using, before any installation. This repository is the only...
-n, --native Restrict or filter output to packages that are found in the sync database(s). This is the inverse filter of --foreign. -o, --owns <file> Search for packages that own the specified file(s). The path can be relative or absolute, and one or more files can be ...
Search installed package: pacman -Q|grep office Query locally-installed packages formatching strings, basic information: Name & description pacman -Qs creator pacmanQuery01.png #Query detailed information: deps, required by, etc pacman -Qi qtcreator pacman -Si qtcreator #include backup informatio...
Restrict or filter output to packages that were not found in the sync database(s). Typically these are packages that were downloaded manually and installed with--upgrade. -o, --owns<file> Search for the package that owns file. The path can be relative or absolute. ...
p_load 相当于是install.packages + library,而且可以一次接受多个包名: 代码语言:javascript 复制 pacman::p_load(XML,devtools,RCurl,fakePackage,SPSSemulate) 安装指定版本的包 代码语言:javascript 复制 p_install_version(c("pacman","testthat"),c("0.2.0","0.9.1")) ...