pkcon: add page (#9494)

pull/1/head
MikeR 2022-11-06 12:46:52 +00:00 committed by GitHub
parent c2195f3a31
commit ab6ee2256d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/linux/pkcon.md Normal file
View 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`