LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-07-2019, 08:05 AM   #1
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Rep: Reputation: Disabled
How can I download EPSON software for Ubuntu 18.04


I think I have set up the printer EPSON L3110 to the point where I need to download the software; I downloaded the file for scan driver and put it in the following folder /home/inanna-immayah/Desktop/Epson L 3110 Printer/imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb
I read in the README file that I can install it all through install.sh script (I am just a beginner eventhough very curious about Linux OS and programming, having done some basic terminal commands before etc..) but when I want to run it the terminal it does not see the file.

inanna-immayah@inanna-immayah-Aspire-7551:~$ /home/inanna-immayah/Desktop/Epson L 3110 Printer/imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb/install.sh --dry-run

bash: /home/inanna-immayah/Desktop/Epson: No such file or directory

Please advise ME asap as I need to do printing urgently.
 
Old 04-07-2019, 03:18 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
What you have there is a scanner program, not a printer driver.

To download the printer drivers, go to http://download.ebz.epson.net/dsc/se...h/searchModule , enter Product name L3110, click on the search icon, enter Operation system Linux, then click again on the search icon.

Download the ESC/P-R Driver (generic driver) (amd64.deb version - I assume you're running x64).

Download the Epson Printer Utility (as above).

The scanner driver link isn't working at the moment so forget that for now.

On the command line, enter:

Code:
sudo apt install lsb
Go back to your file manager and in the same order that you downloaded them, double click on the two deb files to install them (wait until the first one is finished before installing the other)

Reboot your system. If the printer has not been added, go to the admin panel on your system and select Printers->Add to add the printer.
 
1 members found this post helpful.
Old 04-07-2019, 06:48 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,551

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
Quote:
bash: /home/inanna-immayah/Desktop/Epson: No such file or directory
Note that it stopped at "Epson" although the entire directory name is: Epson L 3110 Printer

The reason for that is that you have spaces (3 in all) in the file name. Putting quotes around it should have run the script. Avoid creating file/directories with spaces in them when you can.

Code:
"/home/inanna-immayah/Desktop/Epson L 3110 Printer/imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb/install.sh --dry-run"

Last edited by yancek; 04-07-2019 at 06:49 PM.
 
1 members found this post helpful.
Old 04-08-2019, 05:35 AM   #4
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
hydrurga, thank you very much for your fast reply; I followed your instructions but in a download folder it only shows 1 debian file not two; should I just double click it?
 
Old 04-08-2019, 06:32 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Inanna1111 View Post
hydrurga, thank you very much for your fast reply; I followed your instructions but in a download folder it only shows 1 debian file not two; should I just double click it?
You need both downloaded files. Go through the process again and make sure you download them both.
 
Old 04-08-2019, 07:04 AM   #6
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
But what are the two files? Is one of them the scanner driver? Because inside the printer driver I downloaded from the link you provided there was just one folder and when I double clicked the one file it said after the reboot that the additional drivers are needed, just like you say.
 
Old 04-08-2019, 07:08 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
See my post above:

Code:
Download the ESC/P-R Driver (generic driver) (amd64.deb version - I assume you're running x64).

Download the Epson Printer Utility (as above).
 
Old 04-08-2019, 07:44 AM   #8
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thank you so much!!!!! It's working. What about the scanner?
 
Old 04-08-2019, 08:20 AM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Great. You appear to already have the scanner file (it was the one you mentioned in your opening post).

I assume that you've connected your printer directly to your computer. If this isn't the case and it's on the network then let me know.

Using your file manager, open the folder you mentioned before, i.e. imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb (this is not a deb archive like the two you installed previously, it's the name of a folder, badly named by the developers to cause confusion).

In that folder, right-click on free space and select "Open in Terminal" or equivalent.

In the terminal window that opens, enter the following command:

Code:
./install.sh --without-network
Reboot, then test the scanner.
 
Old 04-12-2019, 06:22 AM   #10
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
I did as you told Me, but the terminal give Me this message: "unsupported package format".
 
Old 04-12-2019, 06:31 AM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Inanna1111 View Post
I did as you told Me, but the terminal give Me this message: "unsupported package format".
You need to paste here the entire command-output sequence that led to this error (highlight all the commands and output in the terminal and use shift-ctrl-c to copy them, then use ctrl-v to paste them here).

Please also paste here within CODE tags (see https://www.linuxquestions.org/quest...og.php?b=36313).
 
Old 04-12-2019, 07:29 AM   #12
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
This is it:

inanna-immayah@inanna-immayah-Aspire-7551:~/Desktop/EPSON L 3110 ecotank/imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb$
Code:
./install.sh --without-network
internal error: unsupported package format

Did I do those code tags correctly?

Last edited by Inanna1111; 04-12-2019 at 11:37 AM. Reason: Clarification
 
Old 04-12-2019, 07:31 PM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Close - the whole command and output sequence should have been copied from the terminal and pasted within the CODE tags. No problem though, thanks for giving it a go (many who are asked to don't).

Ok, that install script must have an error in it so let's forget it - it's mostly a convenience script. Using your file manager, navigate to the .deb directory referred to in the previous thread and then enter the core directory and double click on imagescan_3.55.0-1epson4ubuntu18.04_amd64.deb to run it.

Once installed, reboot then test the scanner. If it doesn't work, I have a fix that we can try applying.
 
Old 04-15-2019, 07:19 AM   #14
Inanna1111
LQ Newbie
 
Registered: Aug 2015
Distribution: Ubuntu 12.04.5
Posts: 7

Original Poster
Rep: Reputation: Disabled
You are very welcome;
thank you so much for your help, Hydrurga!

You are doing real service to the world; We needed to print and scan documents [removed] You have made it so easy . Good start thanks to you. The printer you have helped Me set-up was a gift from My family from Slovakia visiting Me in South Africa for My 30th birthday. [removed] I am so happy I can print with eco-friendly colours now


[removed]


I have My new printer/scanner running now; I downloaded the package again as in the first downloaded file there was no .deb file to be doube-clicked but the new downloaded file had the required file in core directory and installed with the double click and install button on ubuntu. Easy.

inanna-immayah@inanna-immayah-Aspire-7551:~/Desktop/EPSON L 3110 ecotank/imagescan-bundle-ubuntu-18.04-3.55.0.x64.deb$
Code:
 ./install.sh --without-network
internal error: unsupported package format

Last edited by rtmistler; 04-15-2019 at 08:55 AM. Reason: removed inappropriate discussion topics
 
Old 04-15-2019, 08:57 AM   #15
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
@Inanna1111,

Please refrain from posting inappropriate topics in the forums.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Epson L120 Doesn't Print with Error: "/opt/epson-inkjet-printer-201310w/cups/lib/filt malekmustaq Linux - Newbie 3 09-08-2014 02:43 PM
Help! Download/Install Epson LX-300 driver on DSL romy_albano DamnSmallLinux 1 06-12-2009 06:27 PM
Epson C66 doesn't work with Epson drivers (print/pips-sc65_66s port) josealexandre Linux - Hardware 1 06-26-2005 11:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration