2025-03-14 21:59:59 -06:00
|
|
|
# pkcon
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
> PackageKit client used by Discover and Gnome software and alternative to `apt`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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`
|