You are on page 1of 1

How to install printer drivers for HP Laserjet 1020 in Ubuntu 14.

04 LTS
64-bit
Copy-paste following Terminal commands one by one into the Terminal:
1. sudo apt-get update

2. sudo apt-get remove hplip cups-filters cups hplip-data system-config-printer-udev


3. sudo apt-get install build-essential tix groff dc axel cups
4. sudo apt-get install cups-filters unp system-config-printer-gnome
5. sudo rm -rf /usr/share/hplip
6. cd /tmp
7. rm foo*
8. axel http://foo2zjs.rkkda.com/foo2zjs.tar.gz
9. unp foo2zjs.tar.gz
10. cd foo2zjs/
11. make
12. ./getweb 1020 # Get HP LaserJet 1020 firmware file
13. sudo make install
14. sudo make install-hotplug
# Unplug and re-plug the USB printer into the PC
# add new HP Laserjet 1020 printer via system-config-printer tool
# and choose to use foo2zjs foomatic printer driver :
system-config-printer
# check /var/log/syslog for any errors related to foo2zjs driver:
tail /var/log/syslog

You might also like