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:
parent
bc369e36ca
commit
090cdd9b3d
1 changed files with 8 additions and 2 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue