diff --git a/pages/linux/pkcon.md b/pages/linux/pkcon.md new file mode 100644 index 0000000000..334d22d5f8 --- /dev/null +++ b/pages/linux/pkcon.md @@ -0,0 +1,28 @@ +# pkcon + +> Command line client for PackageKit console program used by Discover and Gnome software and alternative to 'apt'. +> More information: . + +- 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`