Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
documentation:informatique:linux:hplip:index [2021/02/22 09:21] – [HP .RUN INSTALLER] f1sls | documentation:informatique:linux:hplip:index [2021/02/22 09:21] (Version actuelle) – [DEB] f1sls | ||
---|---|---|---|
Ligne 8: | Ligne 8: | ||
==== DEB ==== | ==== DEB ==== | ||
<code bash> | <code bash> | ||
- | $sudo apt-get purge hplip hplip-data hplip-doc hplip-gui hpijs-ppds libsane-hpaio printer-driver-hpcups printer-driver-hpijs | + | $ sudo apt-get purge hplip hplip-data hplip-doc hplip-gui hpijs-ppds libsane-hpaio printer-driver-hpcups printer-driver-hpijs |
- | $sudo rm -rf / | + | $ sudo rm -rf / |
- | $sudo apt-get autoremove | + | $ sudo apt-get autoremove |
</ | </ | ||
==== HP .RUN INSTALLER ===== | ==== HP .RUN INSTALLER ===== | ||
<code bash> | <code bash> | ||
- | $>sh hplip-3.XX.x.run --noexec | + | $ sh hplip-3.XX.x.run --noexec |
- | $>cd hplip-3.XX.x | + | $ cd hplip-3.XX.x |
- | $>sudo python3 ./ | + | $ sudo python3 ./ |
- | $>sudo rm -rf / | + | $ sudo rm -rf / |
# | # | ||
- | $>sudo apt-get install hplip-gui | + | $ sudo apt-get install hplip-gui |
</ | </ |