1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/linux/pkcon.md
2022-11-06 18:16:52 +05:30

471 B

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