snippetbashTip
pkcon — PackageKit client used by Discover and Gnome software and alternative to `apt`. More information: <h
Viewed 0 times
commandclientandusedclipkcondiscoverpackagekit
linux
Problem
How to use the
pkcon command: PackageKit client used by Discover and Gnome software and alternative to apt. More information: <https://manned.org/pkcon>.Solution
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 refreshUpdate packages:
pkcon updateSearch for a specific package:
pkcon search {{package}}List all available packages:
pkcon get-packagesCode Snippets
Install a package
pkcon install {{package}}Remove a package
pkcon remove {{package}}Refresh the package cache
pkcon refreshUpdate packages
pkcon updateSearch for a specific package
pkcon search {{package}}Context
tldr-pages: linux/pkcon
Revisions (0)
No revisions yet.