1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

pamac: add note about AUR packages in the command description (#5655)

This commit is contained in:
Rult 2021-04-01 19:53:40 +00:00 committed by GitHub
parent bc369e36ca
commit 090cdd9b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
# pamac # pamac
> A command line utility for the GUI package manager pamac. > A command line utility for the GUI package manager pamac.
> 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>.
- Install a new package: - Install a new package:
@ -8,7 +10,7 @@
- Remove a package and its no longer required dependencies (orphans): - Remove a package and its no longer required dependencies (orphans):
`pamac remove -o {{package_name}}` `pamac remove --orphans {{package_name}}`
- Search the package database for a package: - Search the package database for a package:
@ -16,8 +18,12 @@
- List installed packages: - List installed packages:
`pamac list -i` `pamac list --installed`
- Check for package updates: - Check for package updates:
`pamac checkupdates` `pamac checkupdates`
- Upgrade all packages:
`pamac upgrade`