Imprimer  |  Fermer

PT-P900W/P900Wc

FAQ et Diagnostic

FAQ et Diagnostic

Désinstaller les pilotes d'imprimante (Linux)

Pour désinstaller les pilotes d'imprimante suivez la procédure ci-dessous:

  1. Annoncez-vous en tant que superuser (ou utilisez l'option "sudo" si nécessaire)
     
  2. Désinstaller le pilote CUPS wrapper
      
    Commande pour dpkg  :  dpkg  -P  (nom pilote CUPS wrapper)
    Commande pour rpm  :  rpm  -e  (nom pilote CUPS wrapper)
    Exemple pour dpkg | Exemple pour rpm
     
  3. Désinstaller le pilote LPR
      
    Commande pour dpkg  :  dpkg  -P  (nom pilote LPR)
    Commande pour rpm  :  rpm  -e  (nom pilote LPR)
    Exemple pour dpkg | Exemple pour rpm

     
  4. Contrôler la désinstallation (pilote CUPS wrapper)
      
    Commande pour dpkg  :  dpkg  -l  |  grep  Brother
    Commande pour rpm  :  rpm  -qa  |  grep  -e  (nom pilote LPR)  -e  (nom pilote CUPS wrapper)
    Exemple pour dpkg | Exemple pour rpm
     
  5. Contrôler la désinstallation (pilote LPR).
      
    Commande pour dpkg  :  dpkg  -l  |  grep  Brother
    Commande pour rpm  :  rpm  -qa  |  grep  -e  (nom pilote LPR) 
    Exemple pour dpkg | Exemple pour rpm
     

Exemple:
Désinstaller le pilote CUPS wrapper (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 ]

#


Désinstaller le pilote CUPS wrapper (rpm)

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


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
#

 

Imprimer  |  Fermer