How can I install Epson L3150 ink tank printer in Ubuntu? I failed to install using the deb file given in the site
1 Answers
Follow this link, in the search box type "L3150" and in the dropdown menu choose "Linux".
Press "Download" next to "ESC/P-R Driver (generic driver)".
Press "Accept" and then download the driver file named
epson-inkjet-printer-escpr_XXXX-1lsb3.2_amd64.deb
(even if your processor is not AMD) where instead of XXXX will be the current version number.Install using GDebi:
First just try to open the file, which will open GDebi's gui, and click install. If that doesn't work, open a terminal, browse to appropriate folder, and runsudo gdebi epson-inkjet-printer-escpr_XXXX-1lsb3.2_amd64.deb
(don't forget to replace XXXX with version number).
Or using APT:sudo apt install ./epson-inkjet-printer-escpr_XXXX-1lsb3.2_amd64.deb
Go to Printers, press
Add
, let it find your printer (note whether it is connected directly via USB or via the network) and proceed in the obvious way to set the printer.
-
Fantastic, just followed those steps and printed successfully first time, thank you. @Santhosh-v you should mark this as accepted, it's tested and working. – Mike Hardy Oct 17 '21 at 16:10
-
And will that work in both scanning and printing ? I will install for Epson EcoTank M3170 on Ubuntu 22.04 LTS. – Nukool May 10 '22 at 18:31
-
@Nukool I haven't tried scanning, please share your experience if you try – Ur Ya'ar May 16 '22 at 18:56
-
-
-
-
-
@UrYa'ar seems it is blocked for some locations( I've managed to download using anonymizer – porfirion Mar 06 '24 at 16:55
sudo apt install -f
to install dependencies. – Pilot6 Feb 13 '19 at 16:33