How can I install the driver for my Epson WF-2830 printer on Ubuntu 16.04?
I know this has been discussed in numerous posts from 2013 thru 2018. Most of them seem to revolve around tricking the OS into loading an LSB package from an earlier Ubuntu release. I have spent hours trying several of them, without success. Does anyone know:
- Was there ever a final resolution?
- Where can I find it?
After doing sudo apt install -f
sudo dpkg -i epson-inkjet-printer-escpr_1.7.5-1lsb3.2_i386.deb
Selecting previously unselected package epson-inkjet-printer-escpr:i386.
(Reading database ... 261831 files and directories currently installed.)
Preparing to unpack epson-inkjet-printer-escpr_1.7.5-1lsb3.2_i386.deb ...
Unpacking epson-inkjet-printer-escpr:i386 (1.7.5-1lsb3.2) ...
dpkg: dependency problems prevent configuration of epson-inkjet-printer-escpr:i386:
epson-inkjet-printer-escpr:i386 depends on lsb (>= 3.2).
dpkg: error processing package epson-inkjet-printer-escpr:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
epson-inkjet-printer-escpr:i386
Output of uname -a
Linux phil-ThinkPad-linux 4.15.0-66-generic #75~16.04.1-Ubuntu SMP Tue Oct 1 14:01:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Reason for using 386 version of driver, the only 64 bit version is AMD, and I was unsure if this would work on Intel.
sudo apt install -f
and all missing packages will be installed. – Pilot6 Nov 07 '19 at 20:05uname -a
to your question. – Pilot6 Nov 07 '19 at 20:26