Chances are, your Linux system already has the HPLIP software installed. That's because all major Linux distributions regularly pick up the HPLIP software and include it with their distribution installation. However, if it is not installed or you need to upgrade to a newer HPLIP version to support your printer, you've come to the right place.
Installation for Linux Mint Debian Edition is as follow:
1) Download manual install package from HPLIP website :
http://hplipopensource.com
2) Install installer's bad dependencies :
- Code: Select all
sudo apt-get install --force-yes -y cups-bsd
sudo apt-get install --force-yes -y libcupsimage2-dev
3) Execute the install package
- Code: Select all
./hplip-3.11.1.run
Note:
- Execute under normal user account (no sudo is necessary)
- if not executable, you must set it with following command :
- Code: Select all
chmod +x hplip-3.11.1.run
4) When asked about your distribution, select Debian Sid (testing)
5) Follow the normal installer procedure...







