2. Installing/Uninstalling the Printer Driver

Uninstalling the Printer Driver

When installing a new version of the Canon CAPT Printer Driver for Linux, install the new driver after you have uninstalled the current driver.

Note

1

Log in as 'root'.

$ su

2

Delete the registered printer from the ccpd daemon setup file.

Enter the following command:

# /usr/sbin/ccpdadmin -x [printer name]

Example: Delete the printer registered as LBP3200.

# /usr/sbin/ccpdadmin -x LBP3200

3

Delete the printer's spooler registration.

Enter the following command:

# /usr/sbin/lpadmin -x [printer name]

Example: Delete the printer registered as LBP3200.

/usr/sbin/lpadmin -x LBP3200

4

Uninstall the driver module.

Enter the following command:

# rpm -e cndrvcups-capt-1.1X-X

5

Uninstall the common module for CUPS drivers.

Enter the following command:

# rpm -e cndrvcups-common-1.1X-X

< Previous / Next >