QL-1060N
FAQ et Diagnostic |
Désinstaller les pilotes d'imprimante (Linux)
Pour désinstaller les pilotes d'imprimante suivez la procédure ci-dessous:
Exemple:
Désinstaller le pilote CUPS wrapper (dpkg)
# dpkg -P ql1050cupswrapper # |
Désinstaller le pilote CUPS wrapper (rpm)
# rpm -e ql1050cupswrapper |
Désinstaller le pilote LPR (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. # |
Désinstaller le pilote LPR (rpm)
# rpm -e ql1050lpr |
Contrôler la désinstallation (CUPS wrapper / LPR)(dpkg)
# dpkg -l | grep Brother |
Contrôler la désinstallation (CUPS wrapper)(rpm)
# rpm -qa | grep -e ql1050lpr -e ql1050cupswrapper |
Contrôler la désinstallation (LPR)(rpm)
# rpm -qa | grep -e ql1050lpr # |