printafm
Ghostscript is a set of software that provides a PostScript
Install
- All systems
-
curl cmd.cat/printafm.sh
- Debian
-
apt-get install ghostscript
- Ubuntu
-
apt-get install ghostscript
- Alpine
-
apk add ghostscript
- Arch Linux
-
pacman -S ghostscript
- Kali Linux
-
apt-get install ghostscript
- CentOS
-
yum install ghostscript
- Fedora
-
dnf install ghostscript-tools-fonts
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ghostscript
- OS X
-
brew install ghostscript
- Raspbian
-
apt-get install ghostscript
- Dockerfile
- dockerfile.run/printafm
- Docker
-
docker run cmd.cat/printafm printafm
powered by Commando
ghostscript
Ghostscript is a set of software that provides a PostScript
interpreter, a set of C procedures (the Ghostscript library, which implements the graphics capabilities in the PostScript language) and an interpreter for Portable Document Format (PDF) files. Ghostscript translates PostScript code into many common, bitmapped formats, like those understood by your printer or screen. Ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. If you need to display PostScript files or print them to non-PostScript printers, you should install ghostscript. If you install ghostscript, you also need to install the ghostscript-fonts package.
ghostscript-core
This meta-package will install all dependencies of previous
'ghostscript-core' package, which is necessary to enable smooth upgrade to new package scheme. It will be removed once the Fedora 28 has reached EOL (End Of Life).