Install print-manager
Installing print-manager package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install print-manager
print-manager package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | print-manager |
version | 4:15.08.3-1 |
description | printer configuration and monitoring tools |
subsection | kde |
website | kde.org |
maintainer | Debian/Kubuntu Qt/KDE Maintainers |
Uninstall print-manager
To remove just print-manager package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove print-manager
Uninstall print-manager and it’s dependent packages
To remove the print-manager package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove print-manager
Purging print-manager
If you also want to delete configuration and/or data files of print-manager from Debian Sid then this will work:
sudo apt-get purge print-manager
To delete configuration and/or data files of print-manager and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove print-manager