cups 2.3.3op2
The Common Unix Printing System
CUPS is a printing system that uses the Internet Printing Protocol (IPP). It provides System V and BSD command-line interfaces, as well as a Web interface and a C programming interface to manage printers and print jobs. It supports printing to both local (parallel, serial, USB) and networked printers, and printers can be shared from one computer to another. Internally, CUPS uses PostScript Printer Description (PPD) files to describe printer capabilities and features, and a wide variety of generic and device-specific programs to convert and print many types of files.
- Website: https://openprinting.github.io/
- Licenses: ASL 2.0
- Package source: gnu/packages/cups.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cups 2.3.3op2
as follows:
guix install cups@2.3.3op2
Or install the latest version:
guix install cups
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.