How To Install ghostscript-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install ghostscript-doc.noarch in Amazon Linux 2. ghostscript-doc.noarch is Documentation files for Ghostscript
Introduction
In this tutorial we learn how to install ghostscript-doc.noarch on Amazon Linux 2.
What is ghostscript-doc.noarch
This package provides detailed documentation files for Ghostscript software.
We can use yum to install ghostscript-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ghostscript-doc.noarch.
Install ghostscript-doc.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghostscript-doc.noarch using yum by running the following command:
sudo yum -y install ghostscript-doc.noarch
How To Uninstall ghostscript-doc.noarch on Amazon Linux 2
To uninstall only the ghostscript-doc.noarch package we can use the following command:
sudo yum remove ghostscript-doc.noarch
ghostscript-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/ghostscript
/usr/share/doc/ghostscript/GS9_Color_Management.pdf
/usr/share/doc/ghostscript/gdevds32.c
/usr/share/doc/ghostscript/html
/usr/share/doc/ghostscript/html/API.htm
/usr/share/doc/ghostscript/html/C-style.htm
/usr/share/doc/ghostscript/html/Commprod.htm
/usr/share/doc/ghostscript/html/DLL.htm
/usr/share/doc/ghostscript/html/Deprecated.htm
/usr/share/doc/ghostscript/html/Develop.htm
/usr/share/doc/ghostscript/html/Devices.htm
/usr/share/doc/ghostscript/html/Drivers.htm
/usr/share/doc/ghostscript/html/Fonts.htm
/usr/share/doc/ghostscript/html/History9.htm
/usr/share/doc/ghostscript/html/Install.htm
/usr/share/doc/ghostscript/html/Language.htm
/usr/share/doc/ghostscript/html/Lib.htm
/usr/share/doc/ghostscript/html/Make.htm
/usr/share/doc/ghostscript/html/News.htm
/usr/share/doc/ghostscript/html/Ps-style.htm
/usr/share/doc/ghostscript/html/Ps2epsi.htm
/usr/share/doc/ghostscript/html/Psfiles.htm
/usr/share/doc/ghostscript/html/Readme.htm
/usr/share/doc/ghostscript/html/Release.htm
/usr/share/doc/ghostscript/html/SavedPages.htm
/usr/share/doc/ghostscript/html/Source.htm
/usr/share/doc/ghostscript/html/Unix-lpr.htm
/usr/share/doc/ghostscript/html/Use.htm
/usr/share/doc/ghostscript/html/VectorDevices.htm
/usr/share/doc/ghostscript/html/WhatIsGS.htm
/usr/share/doc/ghostscript/html/gsdoc.el
/usr/share/doc/ghostscript/html/index.html
/usr/share/doc/ghostscript/html/sample_downscale_device.htm
/usr/share/doc/ghostscript/html/subclass.htm
/usr/share/doc/ghostscript/html/thirdparty.htm
References
Summary
In this tutorial we learn how to install ghostscript-doc.noarch on Amazon Linux 2 using yum.