You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/archlinux/pacman
Steven Knight eef0fb484f Corrected logic when testing if exists. 11 years ago
..
README.md Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacdisowned.fish Corrected logic when testing if exists. 11 years ago
pacin.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacins.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
paclist.fish Removed unnecessary sudo 11 years ago
pacloc.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
paclocs.fish Removed unnecessary sudo 11 years ago
paclsorphans.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacmanallkeys.fish Fixed Indentation problem 11 years ago
pacmansignkeys.fish Ported function to zsh 11 years ago
pacmir.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacre.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacrem.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacrep.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacreps.fish Removed command; it's not necessary. 11 years ago
pacrmorphans.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacupd.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago
pacupg.fish Ported pacman aliases from oh-my-zsh's archlinux plugin. 11 years ago

README.md

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