HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pkcon — PackageKit client used by Discover and Gnome software and alternative to `apt`. More information: <h

Submitted by: @import:tldr-pages··
0
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 refresh


Update packages:
pkcon update


Search for a specific package:
pkcon search {{package}}


List all available packages:
pkcon get-packages

Code Snippets

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}}

Context

tldr-pages: linux/pkcon

Revisions (0)

No revisions yet.