QL-1100/1100c
FAQs & Troubleshooting |
Uninstalling the printer drivers (Linux)
To uninstall the printer driver, do the following procedure.
Example
Uninstall the CUPS wrapper driver (dpkg)
# dpkg -P ql1050cupswrapper # |
Uninstall the CUPS wrapper driver (rpm)
# rpm -e ql1050cupswrapper |
Uninstall the LPR driver (dpkg)
# dpkg -P ql1050lpr (Reading database ... 97349 files and directories currently installed.) Removing ql1050lpr ... rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050/lpd': No such file or directory rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050/inf': No such file or directory rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050': No such file or directory * Restarting Common Unix Printing System: cupsd [ OK ] Purging configuration files for ql1050lpr ... rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050/lpd': No such file or directory rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050/inf': No such file or directory rmdir: failed to remove `/usr/local/Brother/PTouch/ql1050': No such file or directory * Restarting Common Unix Printing System: cupsd [ OK ] dpkg - warning: while removing ql1050lpr, directory `/usr/local' not empty so not removed. # |
Uninstall the LPR driver (rpm)
# rpm -e ql1050lpr |
Check the uninstallation (CUPS wrapper / LPR)(dpkg)
# dpkg -l | grep Brother |
Check the uninstallation (CUPS wrapper)(rpm)
# rpm -qa | grep -e ql1050lpr -e ql1050cupswrapper |
Check the uninstallation (LPR)(rpm)
# rpm -qa | grep -e ql1050lpr # |