PJ-722
Odpowiedzi na często zadawane pytania i rozwiązywanie problemów |
Odinstalowanie sterowników drukarki (Linux®)
Aby odinstalować sterownik drukarki, wykonaj następujące czynności:
Przykład
Odinstaluj sterownik CUPS (dpkg)
# dpkg -P ql1050cupswrapper (Reading database ... 97352 files and directories currently installed.) Removing ql1050cupswrapper ... * Restarting Common Unix Printing System: cupsd [ OK ] * Restarting Common Unix Printing System: cupsd [ OK ] Purging configuration files for ql1050cupswrapper ... * Restarting Common Unix Printing System: cupsd [ OK ] # |
Odinstaluj sterownik CUPS (rpm)
# rpm -e ql1050cupswrapper Stopping cups: [ OK ] Starting cups: [ OK ] #
|
# 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. # |
Odinstaluj sterownik LPR (rpm)
# rpm -e ql1050lpr |
Sprawdź dezinstalację (CUPS / LPR) (dpkg)
# dpkg -l | grep Brother # |
Sprawdź dezinstalację (CUPS) (rpm)
# rpm -qa | grep -e ql1050lpr -e ql1050cupswrapper # |
Sprawdź dezinstalację (LPR) (rpm)
# rpm -qa | grep -e ql1050lpr # |