Package Details: kyocera_universal 10.0.20240521-1

Git Clone URL: https://aur.archlinux.org/kyocera_universal.git (read-only, click to copy)
Package Base: kyocera_universal
Description: Kyocera Printing Package for many Kyocera printers (stripped of kdialog10).
Upstream URL: https://www.kyocera.com/
Keywords: kyocera printer utax
Licenses: Other
Conflicts: kyocera-cups
Provides: kyocera-cups
Submitter: Schmetzler
Maintainer: HartmutS
Last Packager: HartmutS
Votes: 8
Popularity: 0.99
First Submitted: 2017-11-06 11:13 (UTC)
Last Updated: 2026-04-21 15:36 (UTC)

Latest Comments

1 2 3 4 Next › Last »

HartmutS commented on 2026-04-21 15:38 (UTC)

Thanks @dasarne - our printserver seems to have currently some issue. Please test carefully and provide feedback if something doesn't work with this update.

dasarne commented on 2026-04-13 08:31 (UTC)

The printer driver has been updated. Here are the necessary changes to PKBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index bba82e0..92508bb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributors: Julian Eckhardt <julian [at] eckhardt [dot] fi>, Paulo Marcos <contato-myghi63 [at] protonmail [dot] com>

 pkgname=kyocera_universal
-pkgver=9.4.20240521
+pkgver=10.0.20240521
 pkgrel=2

 major=$(cut -d '.' -f 1 <<< $pkgver)
@@ -23,7 +23,7 @@ toDwnld="KyoceraLinuxPackages_${date}_tar_gz.download.gz"
 source=("https://www.kyoceradocumentsolutions.us/content/dam/download-center-americas-cf/us/drivers/drivers/${toDwnld}")
 install=kyodialog-bin.install

-sha256sums=('7f9f1ca91cef018a6e56f2210d86f16afa00d0bf06b33ac32c875e49dc5439ef')
+sha256sums=('20f7c978db123007a3a6c6688698b49061ab69cdd7ec065b6728bd77d9a900e7')

 if [ "$arch" == "x86_64" ]; then
   _arch="amd64"
@@ -65,7 +65,7 @@ package() {
   mkdir -p $ALTERNATE_PPD_DIRECTORY
   mv $TEMP_PPD_DIRECTORY/* $PRIMARY_PPD_DIRECTORY

-  chmod 755 usr/bin/kyoPPDWrite_H
+  chmod 755 usr/bin/kyoPPDWrite_X

   if [ ! -h $ALTERNATE_PPD_DIRECTORY/kyocera ]; then
       ln -s /$PRIMARY_PPD_DIRECTORY $ALTERNATE_PPD_DIRECTORY/kyocera

HartmutS commented on 2026-02-25 21:39 (UTC)

@NewAtair,

I am still researching what is the current state here. There is another package here (outdated): https://aur.archlinux.org/packages/kyocera-utax-ta

Not sure if the bundled pypdf3 can be just replaced, needs to be tested first.

And for the sake of my own interest I have to see if the packaged drivers play well with the UTAX branded printers we have.

NewAtair commented on 2026-02-25 20:56 (UTC)

@HartmutS

There are two identical packages:

https://aur.archlinux.org/packages/kyocera-cups and this one https://aur.archlinux.org/packages/kyocera_universal

I think 'python-pypdf3' can be replaced with 'python-pypdf', but I think this only needed for the kdialog9, which is ignored by the package. I used and adapted the kyocera-cups package.

HartmutS commented on 2026-02-25 08:27 (UTC)

@Schmetzler - we have a number of UTAX printers around campus and I could try to help maintaining/upgrading this package.

Schmetzler commented on 2026-02-04 20:43 (UTC)

As I no longer have access to a kyocera printer I cannot maintain this package anymore (as I can't test, whether the driver works or not) so someone else should be up for the task.

NewAtair commented on 2026-01-29 20:55 (UTC)

PyPDF3 is no longer maintained, the successor is is PyPDF or PDFCondiut.

https://github.com/py-pdf/pypdf

NOTICE: this repo is no longer maintained. I recommend checking out my currently maintained PDF project pdfconduit or the most recent version of pypdf

JBecker commented on 2025-11-29 09:33 (UTC)

The download URL has changed:

https://www.kyoceradocumentsolutions.us/content/dam/download-center-americas-cf/us/drivers/drivers/KyoceraLinuxPackages_20240521_tar_gz.download.gz

tharazgul commented on 2024-09-06 07:44 (UTC)

Latest Version is 9.4.20240521

https://www.kyoceradocumentsolutions.us/content/download-center-americas/us/drivers/drivers/KyoceraLinuxPackages_20240521_tar_gz.download.gz

nerdoc commented on 2023-11-15 10:30 (UTC) (edited on 2023-11-15 10:30 (UTC) by nerdoc)

Should this be migrated to the newer kyodialog 9.3 download?