Download ghostscript source code
1 | wget https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz |
Install required software
1 | yum -y install gcc make |
Compile and install (/usr)
1 | tar zvxf ghostscript-10.04.0.tar.gz |
Verify
1 | which gs |