Print  |  Close

TD-2135NWB

FAQs & Troubleshooting

FAQs & Troubleshooting

Uninstalling the printer driver (Linux®)

To uninstall the printer driver, do the following:

 

  1. Login as a superuser (or use "sudo" option if it is required).
     
  2. Uninstall the CUPS wrapper/LPR printer driver.

    Command (for dpkg) : dpkg -P (pdrv-driver-name)
    Command (for rpm)  : rpm -e (pdrv-driver-name)
    Example (for dpkg) | Example (for rpm)
     
  3. Check the uninstallation (CUPS wrapper/LPR printer driver).

    Command (for dpkg) : dpkg -l | grep Brother
    Command (for rpm)  : rpm -qa | grep -e (pdrv-driver-name)
    Example (for dpkg) | Example (for rpm)
     

Example
Uninstall the CUPS wrapper/LPR printer driver (dpkg)

# dpkg -P td2125npdrv
(Reading database ... 97352 files and directories currently installed.)
Removing td2125npdrv ...
 * Restarting Common Unix Printing System: cupsd                         [ OK ]
 * Restarting Common Unix Printing System: cupsd                         [ OK ]
Purging configuration files for td2125npdrv ...
 * Restarting Common Unix Printing System: cupsd                         [ OK ]
#


Uninstall the CUPS wrapper/LPR printer driver (rpm)

# rpm -e td2125npdrv
Stopping cups: [  OK  ]
Starting cups: [  OK  ]
#


Check the uninstallation (CUPS wrapper/LPR printer driver) (dpkg)

# dpkg -l | grep Brother
#


Check the uninstallation (CUPS wrapper/LPR printer driver) (rpm)

# rpm -qa | grep -e td2125npdrv
#

 

Print  |  Close