mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 01:35:24 +02:00
pamac: add page (#2573)
This commit is contained in:
parent
6d32be73d1
commit
fb9011f6f9
1 changed files with 23 additions and 0 deletions
23
pages/linux/pamac.md
Normal file
23
pages/linux/pamac.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# pamac
|
||||
|
||||
> A command line utility for the GUI package manager pamac.
|
||||
|
||||
- Install a new package:
|
||||
|
||||
`pamac install {{package_name}}`
|
||||
|
||||
- Remove a package and its no longer required dependencies (orphans):
|
||||
|
||||
`pamac remove -o {{package_name}}`
|
||||
|
||||
- Search the package database for a package:
|
||||
|
||||
`pamac search {{package_name}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`pamac list -i`
|
||||
|
||||
- Check for package updates:
|
||||
|
||||
`pamac checkupdates`
|
Loading…
Add table
Reference in a new issue