Tutorial de instalação da impressora Epson L3150 no Linux
---------------------------------------
-
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.
-
And will that work in both scanning and printing ? I will install for Epson EcoTank M3170 on Ubuntu 22.04 LTS.– NukoolCommented May 10, 2022 at 18:31
-
@Nukool I haven't tried scanning, please share your experience if you try– Ur Ya'arCommented May 16, 2022 at 18:56
-
sudo apt install -f
to install dependencies.