@Ozman:
The https://wiki.archlinux.org/title/Arch_User_Repository is not a pacman repository.
You will have to build this package with makepkg, then install it with pacman -U . Check the link (and pages it links to) for more info .
Git Clone URL: | https://aur.archlinux.org/hplip-plugin.git (read-only, click to copy) |
---|---|
Package Base: | hplip-plugin |
Description: | Binary plugin for HPs hplip printer driver library |
Upstream URL: | https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html |
Licenses: | LicenseRef-HPLIP-LICENSE |
Submitter: | pyropeter |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 406 |
Popularity: | 0.40 |
First Submitted: | 2010-12-21 00:32 (UTC) |
Last Updated: | 2024-06-23 05:00 (UTC) |
@Ozman:
The https://wiki.archlinux.org/title/Arch_User_Repository is not a pacman repository.
You will have to build this package with makepkg, then install it with pacman -U . Check the link (and pages it links to) for more info .
Tried to install this today: sudo pacman -Syu hplip-plugin
error: target not found: hplip-plugin
@john999 I fixed the problem by downloading the current snapshot and building the package by myself (makepkg).
Installation error for version 3.23.12-3: No such file or directory
/var/tmp/pamac-build-john/hplip-plugin/PKGBUILD: line 39: cd: /var/tmp/pamac-build-john/hplip-plugin/src/hplip-3.23.12-plugin: No such file or directory
Similar error reported by MysticReasons on 2024-02-17.
Thanks for this package, finally I could print
I'm getting the following error on trying to connect a Laserjet P1102w via USB:
$ hp-setup
HP Linux Imaging and Printing System (ver. 3.23.12)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Searching... (bus=usb, search=(None), desc=0)
error: Failed to open URL: http://hplip.sourceforge.net/hplip_web.conf
error: Failed to download http://hplip.sourceforge.net/hplip_web.conf.
error: Unable to load Qt4/Qt5 support. Is it installed?
Traceback (most recent call last):
File "/usr/share/hplip/ui5/setupdialog.py", line 1386, in NextButton_clicked
self.showDevicesPage()
File "/usr/share/hplip/ui5/setupdialog.py", line 556, in showDevicesPage
smart_install.disable(GUI_MODE, 'qt4')
File "/usr/share/hplip/base/smart_install.py", line 239, in disable
dialog.exec_()
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'exec_'
Aborted (core dumped)
@MystikReasons: Reading through the older comments would tell you both that pamac famously doesn't like this package, and that this is not the place to ask for help with it: https://terms.archlinux.org/docs/code-of-conduct/#Arch_Linux_distribution_support_ONLY
Getting the following error while building with the newest version: /var/tmp/pamac-build-jens/hplip-plugin/PKGBUILD: line 39: cd: /var/tmp/pamac-build-jens/hplip-plugin/src/hplip-3.23.12-plugin: File or directory not found. According to pacman, my version of hplip is 3.23.12-1 which is the newest one for me (stable on Manjaro, https://packages.manjaro.org/?query=hplip).
@DanielH that is almost certainly an issue with your GPG (and/or DNS configuration), and not with the instructions in this package. If you Google your error message, there are several discussions about similar issues on the Arch forums.
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9 gpg: WARNING: DNS is not properly configured gpg: keyserver receive failed: No such file or directory
Pinned Comments
carsme commented on 2024-01-15 16:53 (UTC) (edited on 2024-02-04 14:15 (UTC) by carsme)
Hey, I've adopted this package and applied some of the suggestions:
libusb-compat
andsane
(cred @ZhandHua).Depend on exact version ofhplip
(cred @jsn42).In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:
Unfortunately, I have no HP printer at home so my testing ability is limited to running
hp-diagnose_plugin
. If someone has better opportunity to test and is interested in maintaining, let me know and I'll handover the package or add you as a co-maintainer. Cheers!