RJ-2050
GYIK és hibaelhárítás |
A nyomtató-illesztőprogramok eltávolítása (Linux®)
A nyomtató-illesztőprogram eltávolításához tegye a következőket:
Példa
Távolítsa el a CUPS csomagoló illesztőprogramját(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 ] # |
Távolítsa el a CUPS csomagoló illesztőprogramját (rpm)
# rpm -e ql1050cupswrapper Stopping cups: [ OK ] Starting cups: [ OK ] #
|
Távolítsa el az LPR illesztőprogramot(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. # |
Távolítsa el az LPR illesztőprogramot (rpm)
# rpm -e ql1050lpr |
Ellenőrizze az eltávolítást (CUPS wrapper / LPR) (dpkg)
# dpkg -l | grep Brother # |
Ellenőrizze az eltávolítást(CUPS wrapper) (rpm)
# rpm -qa | grep -e ql1050lpr -e ql1050cupswrapper # |
Ellenőrizze az eltávolítást(LPR) (rpm)
# rpm -qa | grep -e ql1050lpr # |