mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 23:19:25 +00:00
general: Reformat documentation with better formatting and wording
General purpose reformating and rewording in (a few places). This should also make markdown linting happier. Prefer back-ticks wherever useful and use `console` for code blocks to be executed on terminal. Also, update references links wherever possible (including update from 'http://' to 'https://').
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
8edc5e9323
commit
d80e393f78
@ -1,11 +1,9 @@
|
||||
Pacman
|
||||
======
|
||||
# Pacman
|
||||
|
||||
Provides aliases and functions for the [Pacman][1] package manager and
|
||||
frontends.
|
||||
|
||||
Settings
|
||||
--------
|
||||
## 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 (The
|
||||
@ -17,53 +15,50 @@ supported by Archlinux. It is currently recommended to manually build AUR
|
||||
packages using the [provided instructions][3]. The [aurutils][4] project has a
|
||||
set of small utilities to make this easier.
|
||||
|
||||
To enable a Pacman frontend, add the following line to *zpreztorc*, substituting
|
||||
`pacman_frontend` with the name of the frontent:
|
||||
To enable a Pacman frontend, add the following line to *~/.zpreztorc*,
|
||||
substituting *pacman_frontend* with the name of the frontend:
|
||||
|
||||
```sh
|
||||
zstyle ':prezto:module:pacman' frontend 'pacman_frontend'
|
||||
```
|
||||
|
||||
Aliases
|
||||
-------
|
||||
## 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.
|
||||
- `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
|
||||
|
||||
Functions
|
||||
---------
|
||||
## Functions
|
||||
|
||||
- `aurget` clone an aur package
|
||||
- `pacman-list-explicit` lists explicitly installed pacman packages.
|
||||
- `pacman-list-disowned` lists pacman disowned files.
|
||||
- `aurget` clone an aur package.
|
||||
- `pacman-list-explicit` lists explicitly installed pacman packages.
|
||||
- `pacman-list-disowned` lists pacman disowned files.
|
||||
|
||||
Authors
|
||||
-------
|
||||
## Authors
|
||||
|
||||
*The authors of this module should be contacted via the [issue tracker][5].*
|
||||
|
||||
- [Benjamin Boudreau](https://github.com/dreur)
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
- [Benjamin Boudreau](https://github.com/dreur)
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
|
||||
[1]: http://www.archlinux.org/pacman/
|
||||
[2]: https://wiki.archlinux.org/index.php/AUR_helpers#Comparison_table
|
||||
[3]: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages
|
||||
[1]: https://www.archlinux.org/pacman/
|
||||
[2]: https://wiki.archlinux.org/title/AUR_helpers#Comparison_tables
|
||||
[3]: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages
|
||||
[4]: https://github.com/AladW/aurutils
|
||||
[5]: https://github.com/sorin-ionescu/prezto/issues
|
||||
|
Reference in New Issue
Block a user