Install printer-driver-all
Installing printer-driver-all package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install printer-driver-all
printer-driver-all package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | printer-driver-all |
version | 0.20140714 |
description | printer drivers metapackage |
subsection | text |
maintainer | Debian Printing Team |
Uninstall printer-driver-all
To remove just printer-driver-all package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove printer-driver-all
Uninstall printer-driver-all and it’s dependent packages
To remove the printer-driver-all package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove printer-driver-all
Purging printer-driver-all
If you also want to delete configuration and/or data files of printer-driver-all from Debian Sid then this will work:
sudo apt-get purge printer-driver-all
To delete configuration and/or data files of printer-driver-all and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove printer-driver-all