From b8b24fab07360b192f789fc3156427fe28a99f11 Mon Sep 17 00:00:00 2001 From: admManuel Date: Sat, 26 Oct 2024 08:08:40 +0000 Subject: [PATCH] Add Linux/PaperlessNGX/ghostscript_update.md --- Linux/PaperlessNGX/ghostscript_update.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Linux/PaperlessNGX/ghostscript_update.md diff --git a/Linux/PaperlessNGX/ghostscript_update.md b/Linux/PaperlessNGX/ghostscript_update.md new file mode 100644 index 0000000..693c761 --- /dev/null +++ b/Linux/PaperlessNGX/ghostscript_update.md @@ -0,0 +1,13 @@ +### Updaten vom Ghostscript (je nach Version anpassen) + +```bash +sudo apt update +sudo apt install build-essential libjpeg-dev libpng-dev libtiff-dev zlib1g-dev libx11-dev +wget https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz +tar -xvzf ghostscript-10.* +cd ghostscript-10.04.0 +./configure --prefix=/usr --bindir=/bin +make +sudo make install +reboot +``` \ No newline at end of file