--print 打印目标而不是执行操作-r,--root <路径> 指定另外的安装根目录-v,--verbose 显示详细信息--arch <架构> 设定另外的架构--asdeps 作为非单独指定安装的软件包安装--asexplicit 作为单独指定安装的软件包安装--assume-installed <package=version>添加一个虚拟包用以满足依赖要求--cache...
8 Search locally installed package for names or descriptions 在本地安装的包中搜索名称或描述 pacman -Qs rpm -qa '*<str>*' aptitude search '~i(~n $name|~d $description)' eix -S -I 9 List packages not required by any other package 列出任何其他包不需要的包 pacman -Qt package-cleanup...
-Rn [package]:remove configuration files(删除全局配置文件,不是个人的) -Rns [package]:-Rn + -Rs Q -Q:显示本地所有包 -Qe:list packages explicitly installed(自己安装的软件) -Qq:show less information for query and search(不显示版本号) -Qeq:-Qe + -Qq -Qs <regex>:search locally-installed...
Therefore, getting only the user-installed packages requires a few more steps. 3. Installing and Using pactree Next, we must get all the dependencies of the packages from our base system. Luckily, pactree is a tool that is made just for this purpose. The pacman-contrib package provides pa...
从 archlinux 官方或者是镜像源下载到 iso 文件,并使用以下命令制作启动U盘。Manjaro
Tracking -git packages: Paru tracks -git package by monitoring the upstream repository. Paru can only do this for packages that paru itself installed. paru --gendb will make paru aware of packages it did not install. Examples paru <target> -- Interactively search and install <target>. paru...
# An example of a custom package repository. See the pacman manpage for# tips on creating your own repositories.#[custom]#SigLevel = Optional TrustAll#Server = file:///home/custompkgs[sublime-text]Server = https://download.sublimetext.com/arch/stable/x86_64[sublime-text]Server = https:/...
search Search for a package in the repositories. show Show detailed information about a package. install Install a package. reinstall Reinstall a package. upgrade Upgrade all installed packages to the latest version. remove Remove a package. autoremove Automatically remove unneeded packages. clean ...
➔pacman -Sw package_name包名:只下载包,不安装。 ➔pacman -Sc:清理未安装的包文件,包文件位于 /var/cache/pacman/pkg/ 目录。 ➔pacman -Scc:清理所有的缓存文件 获取所有软件包: pacman -Sl 1. MSYS2 安装所有软件包(跳过已安装的软件包): ...
-D,--databaseOperate on the package database. This operation allows you to modify certain attributes of the installed packages in pacman’s database. It also allows you to check the databases for internal consistency. See Database Options below.-Q,--queryQuery the package database. This ope...