Skip to content

Commit fb9011f

Browse files
Iniesta8owenvoke
authored andcommitted
pamac: add page (#2573)
1 parent 6d32be7 commit fb9011f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pages/linux/pamac.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# pamac
2+
3+
> A command line utility for the GUI package manager pamac.
4+
5+
- Install a new package:
6+
7+
`pamac install {{package_name}}`
8+
9+
- Remove a package and its no longer required dependencies (orphans):
10+
11+
`pamac remove -o {{package_name}}`
12+
13+
- Search the package database for a package:
14+
15+
`pamac search {{package_name}}`
16+
17+
- List installed packages:
18+
19+
`pamac list -i`
20+
21+
- Check for package updates:
22+
23+
`pamac checkupdates`

0 commit comments

Comments
 (0)