oh-my-fish/plugins/archlinux/pacman
2014-02-28 19:29:39 -05:00
..
pacdisowned.fish Corrected logic when testing if exists. 2014-02-28 19:29:39 -05:00
pacin.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacins.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
paclist.fish Removed unnecessary sudo 2014-02-28 19:29:39 -05:00
pacloc.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
paclocs.fish Removed unnecessary sudo 2014-02-28 19:29:39 -05:00
paclsorphans.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacmanallkeys.fish Fixed Indentation problem 2014-02-28 19:29:39 -05:00
pacmansignkeys.fish Ported function to zsh 2014-02-28 19:29:39 -05:00
pacmir.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacre.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacrem.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacrep.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacreps.fish Removed command; it's not necessary. 2014-02-28 19:29:39 -05:00
pacrmorphans.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacupd.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
pacupg.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00
README.md Ported pacman aliases from oh-my-zsh's archlinux plugin. 2014-02-28 19:29:39 -05:00

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