Search Criteria
Package Details: kyocera-print-driver 1.1203-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kyocera-print-driver.git (read-only, click to copy) |
|---|---|
| Package Base: | kyocera-print-driver |
| Description: | Kyocera linux driver for models FS-1020, FS-1025, FS-1120, FS-1125, FS-1040, FS-1041, FS-1060, FS-1061 |
| Upstream URL: | https://www.kyoceradocumentsolutions.eu/ |
| Licenses: | custom:proprietary |
| Conflicts: | rastertokpsl, rastertokpsl-fs-1040, rastertokpsl-git |
| Provides: | rastertokpsl |
| Submitter: | mutoroglin |
| Maintainer: | mutoroglin |
| Last Packager: | mutoroglin |
| Votes: | 2 |
| Popularity: | 0.000003 |
| First Submitted: | 2022-09-07 16:44 (UTC) |
| Last Updated: | 2022-10-23 12:08 (UTC) |
Dependencies (2)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
Latest Comments
ChrisP commented on 2026-01-16 12:56 (UTC)
Hi, I wanted to install a Kyocera FS-1061DN printer on CachyOS.
Installation Issue The kyocera-print-driver AUR package fails to build due to an error with kyocera-print-driver-1.1203.zip.
The download link in the PKGBUILD points to a 1KB dummy ZIP file.
Working Fix Correct source for version 1.1203: https://www.kyoceradocumentsolutions.eu/en/support/downloads.name-L2V1L2VuL21mcC9GUzExMjBNRlA=.html
Download file: LinuxDrv_1.1203_FS-1x2xMFP.zip (Contains drivers for FS-1060DN/1061DN and works perfectly)
Steps to Fix Download LinuxDrv_1.1203_FS-1x2xMFP.zip from the link above
Rename it to kyocera-print-driver-1.1203.zip
Copy to ~/.cache/paru/clone/kyocera-print-driver/
Edit PKGBUILD: set md5sums=('SKIP' 'SKIP')
Run makepkg -si
Result ✅ Package builds and installs successfully ✅ Printer driver recognized in CUPS ✅ Printer works perfectly
Package Update Request Please update the PKGBUILD with:
Correct File
New md5sum for the actual ZIP file
Thanks for maintaining this package! 🙏
mutoroglin commented on 2022-10-23 12:11 (UTC)
Thank you for the feedback, dreieck. I added the provides and conflicts variables to the PKGFILE.
dreieck commented on 2022-10-19 10:31 (UTC)
Maybe
provides=('rastertokpsl')is also viable?dreieck commented on 2022-10-19 10:28 (UTC)
You need to add some
conflictsentries:Thanks for maintaining!