This section describes how to uninstall a printer driver.

If you want to uninstall the printer driver, start Linux and log in as root.

1. Delete the printer from the spooler.

Delete the registered printer from the spooler using the lpadmin command with the command line of the terminal software.

/usr/sbin/lpadmin -x [printer_name]

If the registered printer name is "MP600."

[root@zzz /yyy]# /usr/sbin/lpadmin -x MP600

2. Uninstall the printer driver.

Uninstall the printer driver in order of the "model-specific package" and the "common package" from the command line of the terminal software.

1) Uninstalling the model-specific package

[root@zzz /yyy]# rpm -e cnijfilter-mp600

2) Uninstalling the common package

[root@zzz /yyy]# rpm -e cnijfilter-common