oh-my-fish/plugins/archlinux/pacman/README.md
Steven Knight 1480c2bfa5 Ported pacman aliases from oh-my-zsh's archlinux plugin.
Added support for having multiple sub-plugins within the archlinux family.
2014-02-28 19:29:39 -05:00

1.2 KiB

pacman functions

  • pacin Install specific package(s) from the repositories

  • pacins Install specific package not from the repositories but from a file

  • pacre Remove the specified package(s), retaining its configuration(s) and required dependencies

  • pacrem Remove the specified package(s), its configuration(s) and unneeded dependencies

  • pacrep Display information about a given package in the repositories

  • pacreps Search for package(s) in the repositories

  • pacloc Display information about a given package in the local database

  • paclocs Search for package(s) in the local database

  • pacupd Update and refresh the local package and ABS databases against repositories

  • pacinsd Install given package(s) as dependencies of another package

  • pacmir Force refresh of all package lists after updating /etc/pacman.d/mirrorlist

  • paclist List all installed packages with a short description - Source

  • paclsorphans List all orphaned packages

  • pacrmorphans Delete all orphaned packages

  • pacdisowned | less +F List all disowned files in your system

Based on aliases from oh-my-zsh

Source: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/archlinux/archlinux.plugin.zsh