How To Install printer-driver-fujixerox on Kali Linux
Introduction
In this tutorial we learn how to install printer-driver-fujixerox on Kali Linux.
What is printer-driver-fujixerox
printer-driver-fujixerox is:
This package provides PPD file and PostScript filter for Fuji Xerox printers. The following printers are supported:
- ApeosPort-II 3000/4000/5000/6000/7000/C2200/C3300/C4300/C5400/C6500/C7500
- ApeosPort-III 3010/4000/5000/6000/7000/C2200/C2205/C3300/C3305/C4400/C4405
C5500/C6500/C7600- ApeosPort-IV 3070/4070/5080/6080/7080/C2270/C2275/C3370/C3375/C4470/C4475
C5570/C5575/C5580/C6680/C7780- DocuCentre C1101/C2101
- DocuCentre-II 3000/4000/5000/6000/7000/C2200/C3300/C4300/C5400/C6500/C7500
- DocuCentre-III 2000/3000/3010/4000/5000/6000/7000/C2200/C2205/C3300/C3305
C4400/C4405/C5500/C6500/C7600- DocuCentre-IV 2060/3060/3070/4070/5080/6080/7080/C2260/C2263/C2263N/C2270
C2275/C3370/C3375/C4470/C4475/C5570/C5575/C5580/C6680/C7780- DocuPrint 2060/3000/3000s/3050/3100/4050/4060/5060/C2250/C3050/C3350/C3350s
C3360/C4000d/C5000d- D95/D110
- D110/D125/D136 Light Publisher
- 4112/4112 Light Publisher/4127 Light Publisher
There are three methods to install printer-driver-fujixerox on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install printer-driver-fujixerox Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install printer-driver-fujixerox using apt-get by running the following command:
sudo apt-get -y install printer-driver-fujixeroxInstall printer-driver-fujixerox Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install printer-driver-fujixerox using apt by running the following command:
sudo apt -y install printer-driver-fujixeroxInstall printer-driver-fujixerox Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install printer-driver-fujixerox using aptitude by running the following command:
sudo aptitude -y install printer-driver-fujixeroxHow To Uninstall printer-driver-fujixerox on Kali Linux
To uninstall only the printer-driver-fujixerox package we can use the following command:
sudo apt-get remove printer-driver-fujixeroxUninstall printer-driver-fujixerox And Its Dependencies
To uninstall printer-driver-fujixerox and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove printer-driver-fujixeroxRemove printer-driver-fujixerox Configurations and Data
To remove printer-driver-fujixerox configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge printer-driver-fujixeroxRemove printer-driver-fujixerox configuration, data, and all of its dependencies
We can use the following command to remove printer-driver-fujixerox configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge printer-driver-fujixeroxDependencies
printer-driver-fujixerox have the following dependencies:
References
Summary
In this tutorial we learn how to install printer-driver-fujixerox package on Kali Linux using different package management tools: apt, apt-get and aptitude.