You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleb Elwert 020edcd1c8 pacman: Update README to recommend pacaur over yaourt 7 years ago
..
functions Add comments into each of the function files to make them easier to find 7 years ago
README.md pacman: Update README to recommend pacaur over yaourt 7 years ago
init.zsh replace the deprecated abs call in the pacu alias. 7 years ago
yaourt.zsh Only one newline at end of file 10 years ago

README.md

Pacman

Provides aliases and functions for the Pacman package manager and frontends.

Settings

It is possible to use a Pacman frontend with the pacman aliases provided by this package as long as that frontend supports the same command line options (Such as Pacaur or Yaourt).

To enable a Pacman frontend, for example, Pacaur, add the following line to zpreztorc:

zstyle ':prezto:module:pacman' frontend 'pacaur'

If you have enabled color globally in zpreztorc, you may disable it for certain commands.

To disable yaourt highlighting, add the following line to zpreztorc:

zstyle ':prezto:module:pacman:yaourt' color 'no'

Aliases

Pacman

  • pac is short for pacman.
  • paci installs packages from repositories.
  • pacI installs packages from files.
  • pacx removes packages and unneeded dependencies.
  • pacX removes packages, their configuration, and unneeded dependencies.
  • pacq displays information about a package from the repositories.
  • pacQ displays information about a package from the local database.
  • pacs searches for packages in the repositories.
  • pacS searches for packages in the local database.
  • pacu synchronizes the local package and Arch Build System (requires abs) databases against the repositories.
  • pacU synchronizes the local package database against the repositories then upgrades outdated packages.
  • pacman-list-orphans lists orphan packages.
  • pacman-remove-orphans removes orphan packages.

Frontends

Yaourt

Note that there are currently potential security concerns relating to yaourt, so other frontends are recommended.

  • pacc manages .pac* files.

Functions

  • pacman-list-explicit lists explicitly installed pacman packages.
  • pacman-list-disowned lists pacman disowned files.

Authors

The authors of this module should be contacted via the issue tracker.