2018-11-12 21:22:06 +00:00
|
|
|
# pamac
|
|
|
|
|
|
|
|
> A command line utility for the GUI package manager pamac.
|
2021-04-01 20:53:40 +01:00
|
|
|
> If you can't see the AUR packages, enable it in `/etc/pamac.conf` or in the GUI.
|
|
|
|
> More information: <https://wiki.manjaro.org/index.php/Pamac>.
|
2018-11-12 21:22:06 +00:00
|
|
|
|
|
|
|
- Install a new package:
|
|
|
|
|
|
|
|
`pamac install {{package_name}}`
|
|
|
|
|
|
|
|
- Remove a package and its no longer required dependencies (orphans):
|
|
|
|
|
2021-04-01 20:53:40 +01:00
|
|
|
`pamac remove --orphans {{package_name}}`
|
2018-11-12 21:22:06 +00:00
|
|
|
|
|
|
|
- Search the package database for a package:
|
|
|
|
|
|
|
|
`pamac search {{package_name}}`
|
|
|
|
|
|
|
|
- List installed packages:
|
|
|
|
|
2021-04-01 20:53:40 +01:00
|
|
|
`pamac list --installed`
|
2018-11-12 21:22:06 +00:00
|
|
|
|
|
|
|
- Check for package updates:
|
|
|
|
|
|
|
|
`pamac checkupdates`
|
2021-04-01 20:53:40 +01:00
|
|
|
|
|
|
|
- Upgrade all packages:
|
|
|
|
|
|
|
|
`pamac upgrade`
|