cups-minimal
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.
- Versions: 2.4.9
- 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 the latest version of cups-minimal
as follows:
guix install cups-minimal
Or install a particular version:
guix install cups-minimal@2.4.9
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.
Badge code
You can use the following badge to inform users of cups-minimal about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cups-minimal'><img src='https://packages.guix.gnu.org/packages/cups-minimal/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cups-minimal/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cups-minimal)
Example Org:
[[https://packages.guix.gnu.org/packages/cups-minimal][https://packages.guix.gnu.org/packages/cups-minimal/badges/latest-version.svg]]