How do I install drivers for Epson WF-3720 all-in-one under Ubuntu 16.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I just purchased a new Epson WF-3720 all-in-one to use with a System 76 Sable running Ubuntu 16.04 and have made several attempts to get working drivers installed.
I am posting documentation of my current attempt in hope of getting some assistance and create a forum thread that will be helpful to others
Starting from this page:
How-to Install Epson WF 3720 Ubuntu 16.04 & Quick-Start Scanning
Following the link in step one takes us here on the Epson site:
Download Printer Driver ESC/P-R Driver 2 (generic driver) | Epson - drivers & downloads
After accepting licensing terms we get choice of downloads. The one that appears to be best fit is epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb , so we download it.
There is an instruction to install LSB package (version 3.2 or later) before the .deb file, so we do that after running sudo apt-get clean, sudo apt-get autoremove, sudo apt-get update, and sudo apt-get upgrade to clean up after previous installation attempts.
Now we try to install LSB in this terminal session:
rodgers@rodgers-Sable:~$ sudo # apt-get install lsb
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
This is strange looking, we ask for an informed opinion on whether this appears ok so far before proceeding to install the .deb file.
Update:
We have been informed the # comments out the rest of the command, so we try again:
~$ sudo apt-get install lsb
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb is already the newest version (9.20160110ubuntu0.2).
lsb set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
So we already have LSB.
Double clicking epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb and choosing Install returns this:
Detailed errors from the package manager follow:
apt transaction returned result exit-failed
Any advise at this point would be greatly appreciated.
drivers package-management
add a comment |Â
up vote
0
down vote
favorite
I just purchased a new Epson WF-3720 all-in-one to use with a System 76 Sable running Ubuntu 16.04 and have made several attempts to get working drivers installed.
I am posting documentation of my current attempt in hope of getting some assistance and create a forum thread that will be helpful to others
Starting from this page:
How-to Install Epson WF 3720 Ubuntu 16.04 & Quick-Start Scanning
Following the link in step one takes us here on the Epson site:
Download Printer Driver ESC/P-R Driver 2 (generic driver) | Epson - drivers & downloads
After accepting licensing terms we get choice of downloads. The one that appears to be best fit is epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb , so we download it.
There is an instruction to install LSB package (version 3.2 or later) before the .deb file, so we do that after running sudo apt-get clean, sudo apt-get autoremove, sudo apt-get update, and sudo apt-get upgrade to clean up after previous installation attempts.
Now we try to install LSB in this terminal session:
rodgers@rodgers-Sable:~$ sudo # apt-get install lsb
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
This is strange looking, we ask for an informed opinion on whether this appears ok so far before proceeding to install the .deb file.
Update:
We have been informed the # comments out the rest of the command, so we try again:
~$ sudo apt-get install lsb
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb is already the newest version (9.20160110ubuntu0.2).
lsb set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
So we already have LSB.
Double clicking epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb and choosing Install returns this:
Detailed errors from the package manager follow:
apt transaction returned result exit-failed
Any advise at this point would be greatly appreciated.
drivers package-management
You have a#
aftersudo
which comments out the rest of the line.
â dsstorefile1
Mar 21 at 23:04
Could you please trysudo apt-get install lsb
instead (without the#
that introduces a comment)?
â David Foerster
Mar 22 at 11:34
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I just purchased a new Epson WF-3720 all-in-one to use with a System 76 Sable running Ubuntu 16.04 and have made several attempts to get working drivers installed.
I am posting documentation of my current attempt in hope of getting some assistance and create a forum thread that will be helpful to others
Starting from this page:
How-to Install Epson WF 3720 Ubuntu 16.04 & Quick-Start Scanning
Following the link in step one takes us here on the Epson site:
Download Printer Driver ESC/P-R Driver 2 (generic driver) | Epson - drivers & downloads
After accepting licensing terms we get choice of downloads. The one that appears to be best fit is epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb , so we download it.
There is an instruction to install LSB package (version 3.2 or later) before the .deb file, so we do that after running sudo apt-get clean, sudo apt-get autoremove, sudo apt-get update, and sudo apt-get upgrade to clean up after previous installation attempts.
Now we try to install LSB in this terminal session:
rodgers@rodgers-Sable:~$ sudo # apt-get install lsb
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
This is strange looking, we ask for an informed opinion on whether this appears ok so far before proceeding to install the .deb file.
Update:
We have been informed the # comments out the rest of the command, so we try again:
~$ sudo apt-get install lsb
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb is already the newest version (9.20160110ubuntu0.2).
lsb set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
So we already have LSB.
Double clicking epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb and choosing Install returns this:
Detailed errors from the package manager follow:
apt transaction returned result exit-failed
Any advise at this point would be greatly appreciated.
drivers package-management
I just purchased a new Epson WF-3720 all-in-one to use with a System 76 Sable running Ubuntu 16.04 and have made several attempts to get working drivers installed.
I am posting documentation of my current attempt in hope of getting some assistance and create a forum thread that will be helpful to others
Starting from this page:
How-to Install Epson WF 3720 Ubuntu 16.04 & Quick-Start Scanning
Following the link in step one takes us here on the Epson site:
Download Printer Driver ESC/P-R Driver 2 (generic driver) | Epson - drivers & downloads
After accepting licensing terms we get choice of downloads. The one that appears to be best fit is epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb , so we download it.
There is an instruction to install LSB package (version 3.2 or later) before the .deb file, so we do that after running sudo apt-get clean, sudo apt-get autoremove, sudo apt-get update, and sudo apt-get upgrade to clean up after previous installation attempts.
Now we try to install LSB in this terminal session:
rodgers@rodgers-Sable:~$ sudo # apt-get install lsb
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
This is strange looking, we ask for an informed opinion on whether this appears ok so far before proceeding to install the .deb file.
Update:
We have been informed the # comments out the rest of the command, so we try again:
~$ sudo apt-get install lsb
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb is already the newest version (9.20160110ubuntu0.2).
lsb set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
So we already have LSB.
Double clicking epson-inkjet-printer-escpr2_1.0.13-1lsb3.2_i386.deb and choosing Install returns this:
Detailed errors from the package manager follow:
apt transaction returned result exit-failed
Any advise at this point would be greatly appreciated.
drivers package-management
drivers package-management
edited Mar 22 at 20:14
asked Mar 21 at 23:01
rlhicks
11
11
You have a#
aftersudo
which comments out the rest of the line.
â dsstorefile1
Mar 21 at 23:04
Could you please trysudo apt-get install lsb
instead (without the#
that introduces a comment)?
â David Foerster
Mar 22 at 11:34
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36
add a comment |Â
You have a#
aftersudo
which comments out the rest of the line.
â dsstorefile1
Mar 21 at 23:04
Could you please trysudo apt-get install lsb
instead (without the#
that introduces a comment)?
â David Foerster
Mar 22 at 11:34
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36
You have a
#
after sudo
which comments out the rest of the line.â dsstorefile1
Mar 21 at 23:04
You have a
#
after sudo
which comments out the rest of the line.â dsstorefile1
Mar 21 at 23:04
Could you please try
sudo apt-get install lsb
instead (without the #
that introduces a comment)?â David Foerster
Mar 22 at 11:34
Could you please try
sudo apt-get install lsb
instead (without the #
that introduces a comment)?â David Foerster
Mar 22 at 11:34
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018092%2fhow-do-i-install-drivers-for-epson-wf-3720-all-in-one-under-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You have a
#
aftersudo
which comments out the rest of the line.â dsstorefile1
Mar 21 at 23:04
Could you please try
sudo apt-get install lsb
instead (without the#
that introduces a comment)?â David Foerster
Mar 22 at 11:34
Related: askubuntu.com/questions/771427/â¦
â David Foerster
Mar 22 at 11:36