mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-10-27 13:09:08 +00:00 
			
		
		
		
	Pacman
Provides aliases and functions for the Pacman package manager and frontends.
Settings
To enable a Pacman frontend, for example, Yaourt, add the following line to zpreztorc:
zstyle ':prezto:module:pacman' frontend 'yaourt'
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
- pacis short for- pacman.
- paciinstalls packages from repositories.
- pacIinstalls packages from files.
- pacxremoves packages and unneeded dependencies.
- pacXremoves packages, their configuration, and unneeded dependencies.
- pacqdisplays information about a package from the repositories.
- pacQdisplays information about a package from the local database.
- pacssearches for packages in the repositories.
- pacSsearches for packages in the local database.
- pacusynchronizes the local package and Arch Build System (requires- abs) databases against the repositories.
- pacUsynchronizes the local package database against the repositories then upgrades outdated packages.
- pacman-list-orphanslists orphan packages.
- pacman-remove-orphansremoves orphan packages.
Frontends
Yaourt
- paccmanages .pac* files.
Functions
- pacman-list-explicitlists explicitly installed pacman packages.
- pacman-list-disownedlists pacman disowned files.
Authors
The authors of this module should be contacted via the issue tracker.