ghostscript-with-cups 9.56.1
PostScript and PDF interpreter
Ghostscript is an interpreter for the PostScript language and the PDF file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports a wide variety of output file formats and printers.
- Outputs:
doc
,out
- Website: https://www.ghostscript.com/
- Licenses: AGPL 3+
- Package source: gnu/packages/ghostscript.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghostscript-with-cups 9.56.1
as follows:
guix install ghostscript-with-cups@9.56.1
Or install the latest version:
guix install ghostscript-with-cups
The ghostscript-with-cups
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install ghostscript-with-cups:doc
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.