1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 23:05:28 +02:00
tldr/pages/linux/pkcon.md
Managor 16b161ccf8
linux/*: reduce usage of "command-line" (#16946)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:51 +03:00

28 lines
438 B
Markdown

# pkcon
> PackageKit client 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`