How do I install drivers for Epson WF-3720 all-in-one under Ubuntu 16.04

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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.










share|improve this question























  • 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











  • Related: askubuntu.com/questions/771427/…
    – David Foerster
    Mar 22 at 11:36














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.










share|improve this question























  • 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











  • Related: askubuntu.com/questions/771427/…
    – David Foerster
    Mar 22 at 11:36












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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 20:14

























asked Mar 21 at 23:01









rlhicks

11




11











  • 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











  • 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










  • 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















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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491