Epson printer utility linux

Содержание
  1. Epson printer utility linux
  2. # rpm -i epson-printer-utility—.rpm
  3. # dpkg -i epson-printer-utility-_.deb
  4. # ./install.sh
  5. # apt install libqt5widgets5
  6. # yum install qt5-qtbase-gui
  7. http://localhost:631/
  8. # rpm -e epson-printer-utility
  9. # dpkg -P epson-printer-utility
  10. Arch Linux User Repository
  11. Latest Comments
  12. darkelectron commented on 2022-08-17 16:58 (UTC)
  13. gunslingerfry commented on 2022-04-05 20:21 (UTC)
  14. Un1Gfn commented on 2022-02-28 18:14 (UTC) (edited on 2022-02-28 18:16 (UTC) by Un1Gfn)
  15. Aroun commented on 2021-02-23 15:48 (UTC)
  16. jakobsg commented on 2021-02-13 13:05 (UTC)
  17. commented on 2021-01-19 07:29 (UTC)
  18. cfr42 commented on 2021-01-19 00:22 (UTC)
  19. Toxblh commented on 2020-12-26 14:37 (UTC)
  20. lgm commented on 2020-11-26 19:14 (UTC) (edited on 2021-01-20 10:57 (UTC) by lgm)
  21. RoestVrijStaal commented on 2020-11-26 19:07 (UTC) (edited on 2020-11-26 19:08 (UTC) by RoestVrijStaal)
  22. ArchPKGs
  23. How to Install epson-printer-utility with CLI on Arch Linux (Manjaro/Artix)
  24. Table of Contents
  25. Install epson-printer-utility link
  26. Install with pacman link
  27. Install with yay link
  28. Update epson-printer-utility link
  29. Update with pacman link
  30. Update with yay link
  31. Remove epson-printer-utility link
  32. Uninstall with pacman link
  33. Uninstall with yay link
  34. More Guides
  35. A Complete Guide on tcmu-runner Installation on Arch Linux (Manjaro/RebornOS)
  36. Guide on Install (Update, Uninstall) mxnet-cuda on Arch Linux, Manjaro and RebornOS
  37. Installing nazuna-git (Step-by-Step Tutorial) on Arch Linux, Manjaro and BlackArch
  38. A Step-by-Step Tutorial on xorg-server1.19-xephyr-git Installation on Arch-Based Linux (Manjaro/RebornOS)
  39. A Step-by-Step Tutorial on Installing neovim-coc-git on Arch Linux (Manjaro, EndeavourOS)
  40. quakewatch Install (Update, Remove) Guide on Arch Linux, Manjaro and Anarchy

Epson printer utility linux

This software is covered by the GNU Lesser General Public License v2.1 (LGPL). Refer to the file «COPYING.LIB» for more information about the LGPL.

This software is distributed free of charge and without warranty. Seiko Epson Corporation won’t be held liable for any loss or damages that may be incurred as a result of the use of this software.

Epson Printer Utility for Linux provides the following functions。

  • Printer Status(Error / Warning)
  • Ink Levels
  • Paper Count Information
  • Nozzle Check
  • Head Cleaning

This document explains setting method of the software and usage procedure.

There is no official support provided for this software.
For information regarding printer hardware, repairs and replacement parts, please contact your local Epson dealer.

    Intel and AMD processors (64bit) You can install the package of this driver software by using package manager, etc. Or you can also install this software package by opening a terminal and using command lines input.

    Installation of RPM package

# rpm -i epson-printer-utility—.rpm

# dpkg -i epson-printer-utility-_.deb

# ./install.sh

# apt install libqt5widgets5

# yum install qt5-qtbase-gui

In the case of USB connection, you need to use EPSON USB custom backend to monitor the printer status during printing.

    You turn on a printer and you connect the printer to PC by a USB cable

http://localhost:631/

Click the [Modify Printer] in [Administration] list box corresponding to the printer you wish to monitor.

Change [Local Printers] field to «Epson Inkjet Printer #1 (Epson Backend)» , so click [Continue].

Читайте также:  Linux move and create directories

    Intel and AMD processors (64bit) You can uninstall the package of this driver software by using package manager, etc. Or you can also uninstall this software package by opening a terminal and using command lines input.
    Note:The following commands needs to be performed as a root privilege.

    Uninstallation of RPM package

# rpm -e epson-printer-utility

# dpkg -P epson-printer-utility

    AArch32 (ARMv7)

      Execute uninstall script

    Источник

    Arch Linux User Repository

    The following error displayed by epson-printer-utility can be safely ignored. I don’t know what is the cause, but is doesn’t affect usability: Unable to load library icui18n «Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)»

    If you get the error Communication daemon down, Error code = -1 , you have to start the ecbd service. You can either do that with sudo systemctl enable —now ecbd.service if you want the serice to run at system startup or with sudo systemctl start ecbd.service if you only want to start the service manually each time you use epson-printer-utility

    Latest Comments

    darkelectron commented on 2022-08-17 16:58 (UTC)

    @Un1Gfn thanks, will work on it. Will probably go with option b, on this one.

    gunslingerfry commented on 2022-04-05 20:21 (UTC)

    Mind is blown that this still requires qt4. Qt 4 was retired 12 years ago.

    Un1Gfn commented on 2022-02-28 18:14 (UTC) (edited on 2022-02-28 18:16 (UTC) by Un1Gfn)

    Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix.

    Epson provides an epson-printer-utility-1.1.1-1lsb3.2.src.rpm .

    This package should probably either
    a) be renamed to epson-printer-utility-bin ; or
    b) have the source switched from epson-printer-utility_1.1.1-1lsb3.2_amd64.deb to epson-printer-utility-1.1.1-1lsb3.2.src.rpm

    Aroun commented on 2021-02-23 15:48 (UTC)

    jakobsg commented on 2021-02-13 13:05 (UTC)

    commented on 2021-01-19 07:29 (UTC)

    Could anyone update the package ? I would love to do it but don’t know how to and I’m afraid of messing things up.

    cfr42 commented on 2021-01-19 00:22 (UTC)

    Does anybody know the location of the source now? I can’t find it even by navigating the Linux support site for Epson and trying to download from there. I just get a 404 error. New to Epson printers and not sure where else to look .

    Toxblh commented on 2020-12-26 14:37 (UTC)

    lgm commented on 2020-11-26 19:14 (UTC) (edited on 2021-01-20 10:57 (UTC) by lgm)

    @RoestVrijStaal, feel free to adopt this package and apply these changes. I don’t own an epson printer anymore and will thus not continue maintaining this package.

    RoestVrijStaal commented on 2020-11-26 19:07 (UTC) (edited on 2020-11-26 19:08 (UTC) by RoestVrijStaal)

    For myself I modified the PKGBUILD to make modifying easier for myself by defining a separate variable for the part between /12/ and /$-blahblahblah

    # Addition after the definition of pkgdesc deb_token='18/20/47a925b197d626fa66f80bb0eabbb56811a5eed8' # My modification of the definition of source source=("https://download3.ebz.epson.net/dsc/f/03/00/12/$/$_$-1lsb3.2_amd64.deb" 

    In this way, I only need to change 18/20/47a925b197d626fa66f80bb0eabbb56811a5eed8 to something new instead of fiddling within the definition of source itself.

    Copyright © 2004-2023 aurweb Development Team.

    AUR packages are user produced content. Any use of the provided files is at your own risk.

    Источник

    ArchPKGs

    How to Install epson-printer-utility with CLI on Arch Linux (Manjaro/Artix)

    epson-printer-utility is «This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status. on EPSON Printers.» quoting from its description. To get this package ( epson-printer-utility ) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy, BlackArch, RebornOS and Artix is comparatively straightforward. This guide will be covering how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay .

    Table of Contents

    There are two typical methods to install epson-printer-utility from AUR. pacman is the way to go if you’re familiar with command-line interface and have the knowledge of how packages are built. Otherwise, yay is a common alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg by yourself.

    sudo pacman -S --needed git && git clone https://aur.archlinux.org/epson-printer-utility.git && cd epson-printer-utility && makepkg -si
    1. Install git if needed (not installed before).
    2. clone the package’s git repository from AUR.
    3. cd into the directory of the repository.
    4. Build the package with makepkg , then install it with pacman .
    yay -S epson-printer-utility

    Just like installing AUR packages, updating them is almost the same. All you have to do is pull it from source then re-build it. Nevertheless, it is still a good practice to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distribution.

    Make certain you’re in the directory of the repository you previously cloned before running the command:

    git pull && makepkg -si
    1. pull from the package’s git repository.
    2. Use makepkg to build the package, then update it with pacman .

    Removing packages is the easiest of these three,just choose whether to keep the unused dependencies and the configuration files used by the package.

    sudo pacman -R epson-printer-utility
    sudo pacman -Rs epson-printer-utility
    sudo pacman -Rns epson-printer-utility
    yay -R epson-printer-utility
    yay -Rs epson-printer-utility
    yay -Rns epson-printer-utility

    Learn more information about how to install and update AUR packages on Arch Linux, please refer to this guide published on NoCache.

    A Complete Guide on tcmu-runner Installation on Arch Linux (Manjaro/RebornOS)

    Referring to tcmu-runner’s own outline, it’s «A daemon that handles the userspace side of the LIO TCM-User backstore.». To get this package (tcmu-runner) from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, BlackArch, RebornOS, Artix) is quite easy. This guide will taught you how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.

    Guide on Install (Update, Uninstall) mxnet-cuda on Arch Linux, Manjaro and RebornOS

    mxnet-cuda is «Flexible and Efficient Library for Deep Learning (with CUDA)» according to its own gist. To install or uninstall mxnet-cuda from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, RebornOS and Anarchy is comparatively simple. This tutorial will show you step-by-step how to install, update and remove the package with either the built-in package manager pacman or an AUR helper like yay.

    Installing nazuna-git (Step-by-Step Tutorial) on Arch Linux, Manjaro and BlackArch

    «Download Twitter videos using your terminal!» is the maintainer’s profile of nazuna-git. To install or remove this package (nazuna-git) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, ArcoLinux and BlackArch is comparatively simple. This tutorial will be covering how to install, update and remove the package with either the built-in package manager pacman or an AUR helper like yay.

    A Step-by-Step Tutorial on xorg-server1.19-xephyr-git Installation on Arch-Based Linux (Manjaro/RebornOS)

    «A nested X server that runs as an X application» is the maintainer’s outline of xorg-server1.19-xephyr-git. To install xorg-server1.19-xephyr-git from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Garuda, Parabola, Artix) is relatively straightforward. This guide will show you step-by-step how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

    A Step-by-Step Tutorial on Installing neovim-coc-git on Arch Linux (Manjaro, EndeavourOS)

    «Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode» is the developer’s outline of neovim-coc-git. To install and update this package (neovim-coc-git) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and ArcoLinux is comparatively straightforward. This tutorial will taught you how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay.

    quakewatch Install (Update, Remove) Guide on Arch Linux, Manjaro and Anarchy

    «Lists the latest earthquakes on the command-line» is the developer’s gist of quakewatch. To get quakewatch from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Artix, Garuda, RebornOS and Parabola is fairly uncomplicated. This guide will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay.

    More guides… copyright 2023 ArchPKGs. All Rights Reserved.

    Источник

Оцените статью
Adblock
detector