Pacman
Adds aliases for the pacman package manager.
Also includes optional helper(s).
.zimrc Configuration
- zpacman_frontend='helper_here'Set helper_here to a wrapper if applicable (powerpill, pacmatic, etc).
- zpacman_helper=(aur)add/remove any helper scripts to be loaded here.
Helpers
aur
provides simple AUR helper aliases.
- aurb package_nameclone the package from the AUR, build, and install.
- aurd package_nameclone the package from the AUR, but do not build.
- aururun inside a directory created with- aurb, this will update, build, and install a package.
Aliases
Build
- pacbbuild package in the current directory, cleanup, and install.
Install
- paciinstall, sync, and upgrade packages.
- pacuinstall, sync, and upgrade packages (forcibly refresh package list).
- pacUinstall packages from pkg file.
- pacdinstall all packages in current directory.
Remove
- pacrremove package and unneeded dependencies.
- pacrmremove package, unneded dependencies, and configuration files.
Query
- pacqquery package information from remote repository
- pacQquery package information from local repository
Search
- pacssearch for package in the remote repository
- pacSsearch for package in the local repository
Orphans
- pacollist orphan packages
- pacorremove all orphan packages
Ownership
- pacownlist all files provided by a given package
- pacblameshow package(s) that own a specified file