mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pkcon: add page (#9494)
This commit is contained in:
parent
c2195f3a31
commit
ab6ee2256d
1 changed files with 28 additions and 0 deletions
28
pages/linux/pkcon.md
Normal file
28
pages/linux/pkcon.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# pkcon
|
||||||
|
|
||||||
|
> Command line client for PackageKit console program used by Discover and Gnome software and alternative to 'apt'.
|
||||||
|
> More information: <https://manned.org/pkcon>.
|
||||||
|
|
||||||
|
- Install a package:
|
||||||
|
|
||||||
|
`pkcon install {{package}}`
|
||||||
|
|
||||||
|
- Remove a package:
|
||||||
|
|
||||||
|
`pkcon remove {{package}}`
|
||||||
|
|
||||||
|
- Refresh the package cache:
|
||||||
|
|
||||||
|
`pkcon refresh`
|
||||||
|
|
||||||
|
- Update packages:
|
||||||
|
|
||||||
|
`pkcon update`
|
||||||
|
|
||||||
|
- Search for a specific package:
|
||||||
|
|
||||||
|
`pkcon search {{package}}`
|
||||||
|
|
||||||
|
- List all available packages:
|
||||||
|
|
||||||
|
`pkcon get-packages`
|
Loading…
Add table
Reference in a new issue