cups-minimal 2.4.9
The Common Unix Printing System
CUPS is a printing system that uses IPP to talk to printers and network clients. It also provides the old lp
and lpr
commands, a Web interface, and a C programming interface to manage printers and print jobs.
CUPS can print to both local (USB, serial, even parallel) and networked printers. Almost any modern printer supports IPP Everywhere, sometimes sold as AirPrint, and is supported out of the box. Older printers can be supported through legacy PPD-based printer drivers called ``printer applications''. These must be installed separately.
- Outputs:
out
- Website: https://openprinting.github.io/cups
- Licenses: ASL 2.0
- Package source: gnu/packages/cups.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cups-minimal 2.4.9
as follows:
guix install cups-minimal@2.4.9
Or install the latest version:
guix install cups-minimal
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.