0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 16.04 から Epson PM-A890 にアクセスして印刷したい

0
Posted at

方法

  1. [EPSON Download Center](http://download.ebz.epson.net/dsc/search/01/search/)にアクセスし、型番を入力して必要ソフトウェア・ドライバを検索します。

    EPSON Download Center.png

    今回はプリント機能だけを使いたかったので、

    • ESC/P-R Driver (generic driver) : ドライバー本体
    • Epson Printer Utility : GUIの日本語化?(これを入れて再起動掛けたら日本語化されたので)

    のみをダウンロードしました。

    2. 依存関係を考えてインストールするのが面倒くさいので、gdebi を使って .deb をインストールしました。
    # 32bit OSの場合
    sudo gdebi "epson-inkjet-printer-escpr_1.6.18-1lsb3.2_i386.deb"
    sudo gdebi "epson-printer-utility_1.0.2-1lsb3.2_i386.deb"
    
    # 64bit OSの場合
    sudo gdebi "epson-inkjet-printer-escpr_1.6.18-1lsb3.2_amd64.deb"
    sudo gdebi "epson-printer-utility_1.0.2-1lsb3.2_amd64.deb"
    
    3. 再起動します。

    楽ちんでイイね!

    参考文献

    debファイルからインストールする際に依存関係で悩んだら

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?