Linux Programmer | RHCE | RHCSA

Search This Blog

Friday, 12 May 2017

Epson Printer drivers for ubuntu

Epson LQ 300 Printer Driver for Linux (Dot Matrix Printer)


1. Download the ppd file from the below link

https://raw.githubusercontent.com/purvalpatel/Epson-LQ-300-driver-linux/9a679dc35524706fea6f6047a9177295bc0b93ff/Epson-Dot_Matrix-epson.ppd
 

 
Or you can download this from below project:

https://github.com/purvalpatel/Epson-LQ-300-driver-linux/

 

 2. copy both files at below location

cp  epson-en-eplq300.ppd.gz /usr/share/cups/model/

cp Epson-Dot_Matrix-epson.ppd /usr/share/cups/model/

3. change the permission of the driver files

chmod 0777 /usr/share/cups/model/Epson*

chmod 0777 /usr/share/cups/model/epson*

4. set dpi into the printer settings

182 DPI (in capital)


Epson TM-T81,TM-T82 Series Printer Drivers for linux

1. Download the driver from the below link:

2. Extract the downloaded file

3. Navigate to the location where zip file is extracted

4. bash ./install.sh

Now check the driver list of Epson

Epson Thermal Printers  Drivers are now available.

RP-3200 STAR Printer Driver For ubuntu

Download driver from below link
and extract the zip file

Run first C# Program in ubuntu and create linux command

Got it — here’s how to go from zero to running C# on Linux in a clean, beginner-friendly way. 1. Install .NET SDK The .NET SDK is ...