Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:install_hplip_debian_8 [2015/03/25 18:55] – yehuda | howto:install_hplip_debian_8 [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Install HPLIP on Debian ====== | ====== Install HPLIP on Debian ====== | ||
| - | <source lang="bash"> | + | <code bash> |
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get install --force-yes -y avahi-utils cups libcups2 libcups2-dev cups-bsd cups-client libcupsimage2 libcupsimage2-dev libdbus-1-dev g++ ghostscript ghostscript-cups ghostscript-x libssl-dev libjpeg8-dev libsnmp-dev libc6 libtool libusb-1.0.0-dev make wget policykit-1 policykit-1-gnome python3-dbus python3-gi python3-dev python3-notify2 python3-pip python3-pyqt4 gtk2-engines-pixbuf python3-dbus.mainloop.qt python3-lxml sane libsane-dev sane-utils xsane | sudo apt-get install --force-yes -y avahi-utils cups libcups2 libcups2-dev cups-bsd cups-client libcupsimage2 libcupsimage2-dev libdbus-1-dev g++ ghostscript ghostscript-cups ghostscript-x libssl-dev libjpeg8-dev libsnmp-dev libc6 libtool libusb-1.0.0-dev make wget policykit-1 policykit-1-gnome python3-dbus python3-gi python3-dev python3-notify2 python3-pip python3-pyqt4 gtk2-engines-pixbuf python3-dbus.mainloop.qt python3-lxml sane libsane-dev sane-utils xsane | ||
| Line 20: | Line 20: | ||
| sudo hp-plugin | sudo hp-plugin | ||
| hp-setup | hp-setup | ||
| - | </bash> | + | </code> |