Installing Driver
-
2. Downloading
Download Epson Printer L1455 Driver in Linux
-
3. Installing Driver
Then to Install Epson Printer in Fedora
First, access the Download target, usually with:cd ~/Downloads
To Check the Package is there:
ls | grep epson
The grep Command Refine the output List showing only the entries Matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
Finally, to Setup it:sudo dnf install ./epson*printer-utility*lsb*.rpm
Or on Fedora < 22 instead:
sudo yum install ./epson*printer-utility*lsb*.rpm
Contents