How to Install and Uninstall ghostscript.i686 Package on Amazon Linux 2

Last updated: November 01,2024

1. Install "ghostscript.i686" package

This is a short guide on how to install ghostscript.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ghostscript.i686

2. Uninstall "ghostscript.i686" package

This guide covers the steps necessary to uninstall ghostscript.i686 on Amazon Linux 2:

$ sudo yum remove ghostscript.i686 $ sudo yum autoremove

3. Information about the ghostscript.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ghostscript
Arch : i686
Version : 9.25
Release : 5.amzn2
Size : 114 k
Repo : amzn2-core/2/x86_64
Summary : Interpreter for PostScript language & PDF
URL : https://ghostscript.com/
License : AGPLv3+
Description : This package provides useful conversion utilities based on
: Ghostscript software, for converting PS, PDF and other document
: formats between each other.
:
: Ghostscript is a suite of software providing an interpreter for
: Adobe Systems' PostScript (PS) and Portable Document Format (PDF)
: page description languages. Its primary purpose includes
: displaying (rasterization & rendering) and printing of document
: pages, as well as conversions between different document formats.