From ab6ee2256d45642f93d6eb2fe20118abda864f30 Mon Sep 17 00:00:00 2001 From: MikeR <73834937+mikerossiter@users.noreply.github.com> Date: Sun, 6 Nov 2022 12:46:52 +0000 Subject: [PATCH] pkcon: add page (#9494) --- pages/linux/pkcon.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/pkcon.md 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`