pkcon:tldr:af971
pkcon: Remove a package.
$ pkcon remove ${package}
try on your machine
This command is used to remove a package using PackageKit, a package management system typically found in Linux distributions. The ${package}
is a placeholder for the name of the package that you want to remove. You need to replace ${package}
with the actual name of the package you wish to uninstall. For example, if you wanted to remove the package named "example-package", the command would be: pkcon remove example-package
When executed, this command will instruct PackageKit to remove the specified package from your system.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.