How to install Epson L210 scanner in Ubuntu 20.04 using terminal command?
How to install Epson L210 scanner in Ubuntu 20.4 using terminal command? I'm a new Linux user. recently I've installed Ubuntu 20.4 in my laptop. I tried several times to install the .deb file, but it's not working.
53 Answers
I think the Epson scan software has a dependency on the "sane" package, (according to the manual). Try the following in a terminal:
sudo apt-get install saneand see if that helps.
1Epson does not (yet) have a package for Ubuntu 20.04, only for previous Ubuntu versions. I successfully installed another Epson Scanner (DS-1630) on Ubuntu 20.04 by cloning from , then build and install (as per instructions in README).
Test from the command line with
$ sane-find-scanner
$ scanimage -L
$ utsushi --no-interface --doc-source='ADF' --duplex --resolution=150 ~/test.pdfNext to-do for me: to use a sane frontend or utsushi as graphical interface
2You are trying to install Epson Printer Utility that is not related to the scanner at all.
Also you are trying to install a 32-bit package to a 64-bit system, that is also wrong.