Using a printer with Debian 10

I thought it was very easy.

Linux drivers are distributed on the EPSON site. https://www.epson.jp/support/taiou/os/linux_se.htm

  1. Check if the model number is compatible
  2. Download the deb file of ESC / P-R Driver (generic driver), Epson Printer Utility, All-in-one package
  3. Install with dpkg -i.
# dpkg -i epson-*.deb
Previously unselected packages epson-inkjet-printer-You have selected escpr.
(Loading database...Currently 236410 files and directories are installed.)
epson-inkjet-printer-escpr_1.7.7-1lsb3.2_amd64.Preparing to deploy deb...
epson-inkjet-printer-escpr (1.7.7-1lsb3.2)Is deploying...
Previously unselected packages epson-printer-You have selected utility.
epson-printer-utility_1.1.1-1lsb3.2_amd64.Preparing to deploy deb...
epson-printer-utility (1.1.1-1lsb3.2)Is deploying...
dpkg:Due to dependency issues epson-inkjet-printer-Unable to set escpr:
 epson-inkjet-printer-escpr depends on(depends)To do: lsb (>= 3.2) ...However:
Package lsb is not yet installed.

dpkg:Package epson-inkjet-printer-An error occurred while processing escpr(--install):
Dependency issues-Forgo settings
dpkg:Due to dependency issues epson-printer-Unable to set utility:
 epson-printer-utility depends on(depends)To do: lsb (>= 3.2) ...However:
Package lsb is not yet installed.

dpkg:Package epson-printer-An error occurred while processing the utility(--install):
Dependency issues-Forgo settings
libc-bin (2.29-10)Processing the trigger of...
An error occurred during processing:
 epson-inkjet-printer-escpr
 epson-printer-utility

It was no good.

Successful way

# apt install printer-driver-escpr psutils cups

As you can see by visiting the site where the deb package is located, this package is created from epson-inkjet-printer-escpr_ .tar.gz.

After that, turn on the printer and check that it was automatically added on the gnome setting screen.

Referenced literature

-Qiita: How to make EP-805A available on Ubuntu 16.04 LTS

Recommended Posts

Using a printer with Debian 10
Operate a receipt printer with python
Using a webcam with Raspberry Pi
Equipped with a card function using payjp
Print memos with a receipt printer (serialization)
[Chat De Tornado] Make a chat using WebSocket with Tornado
I tried using a database (sqlite3) with kivy
A4 size with python-pptx
Decorate with a decorator
A story about using Resona's software token with 1Password
[Python] Create a ValueObject with a complete constructor using dataclasses
Register a ticket with redmine API using python requests
I can't exe a project using PyWebView with PyInstaller
Using a Python program with fluentd's exec_filter Output Plugin
Create a company name extractor with python using JCLdic
Using a python program with fluentd's exec Output Plugin
Using X11 with ubuntu18.04 (C)
I got a Value Error when using JUMAN ++ with PyKNP
When using optparse with iPython
Learn librosa with a tutorial 1
Using Graphviz with Jupyter Notebook
Draw a graph with NetworkX
[S3] CRUD with S3 using Python [Python]
Messaging with AMQP using kombu
Using Quaternion with Python ~ numpy-quaternion ~
Try using matplotlib with PyCharm
Try programming with a shell!
Time measurement using a clock
Games using IMU with SenseHat
[Python] Using OpenCV with Python (Basic)
Create a homepage with django
A story about installing matplotlib using pip with an error
Pepper Tutorial (5): Using a Tablet
Make a fortune with Python
Create a heatmap with pyqtgraph
Building a pyhon environment without using Anaconda (with easy startup)
[Linux] Write a deployment tool using rsync with a shell script
Create a directory with python
A little stuck with chainer
Draw a graph with networkx
Easily cProfile with a decorator
Make a fire with kdeplot
Try using folium with anaconda
Using OpenCV with Python @Mac
A memorandum of using eigen3
Send using Python with Gmail
Write processing time measurement a little easier using the with clause
Control the motor with a motor driver using python on Raspberry Pi 3!
Generate physically sturdy shapes with GAN and print with a 3D printer
I tried to make a todo application using bottle with python
[Python] Read a csv file with a large data size using a generator
[Note] Using 16x2-digit character LCD (1602A) from Python with Raspberry Pi
Build a Python execution environment using GPU with GCP Compute engine
I made a poker game server chat-holdem using websocket with python
Let's make a web chat using WebSocket with AWS serverless (Python)!
Building a kubernetes environment with ansible 2
Complement python with emacs using company-jedi
Generate a Docker image using Fabric
Harmonic mean with Python Harmonic mean (using SciPy)
[Python] What is a with statement?
A memorandum when using beautiful soup