1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 14:55:24 +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

438 B

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