I use an Epson Perfection V600 Photo scanner. It has pretty good Linux support via the SANE standard.
But I could not find a satisfying scanner GUI app within the Debian distribution, and came across Epson’s own “Epson Scan 2”, which has a nice interface, recognized my scanner right away and does everything I need.
Unfortunately, the software does not have an easy-to-find website and documentation. That’s the main reason why I wrote this blog post, to hopefully save others some time.
Download and Installation
For a typical 64bit Intel x86 compatible PC or laptop, the “architecture’ on Linux systems is called “amd64” or “x86_64”. The package files used by Debian have the .deb filename extension.
- Go to http://support.epson.net/linux/en/epsonscan2.php
- Click “Download” button for “deb” distribution type, “64bit(x86_64)” architecture
- Download of file like “epsonscan2-bundle-6.7.80.0.x86_64.deb.tar.gz” should start
Once the file is fully downloaded, open a terminal, cd to your Downloads directory and
# NOTE: adjust "6.7.80.0" to the version you downloaded
tar xvzf epsonscan2-bundle-6.7.80.0.x86_64.deb.tar.gz
cd epsonscan2-bundle-6.7.80.0.x86_64.deb
# NOTE: review the install script, run at your own risk
sudo ./install.sh
# try to start the application
epsonscan2
# if "libQt5Widgets.so.5" is missing, install it
sudo apt install libqt5widgets5
The application should now be installed and usable.
For example, on an XFCE desktop environment, it should show up in the “Graphics” section of the Applications system menu:













