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)" and the "Epson Scan 2" scanner 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. Similarly you will download a .deb file for the scanner.Install using GDebi:
First install GDebi with the command sudo apt install 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 run
sudo gdebi epson-inkjet-printer-escpr_XXXX-1lsb3.2_amd64.deb (don't forget to replace XXXX with version number).
Similarly install the scanner driver.
- 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.
- 38,814
- 287