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
- All systems
-
curl cmd.cat/pkcon.sh
- Debian
-
apt-get install packagekit-tools
- Ubuntu
-
apt-get install packagekit-tools
- Arch Linux
-
pacman -S PackageKit
- Kali Linux
-
apt-get install packagekit-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install packagekit-tools
- Raspbian
-
apt-get install packagekit-tools
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors