How to Install and Uninstall texlive-ps2eps.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "texlive-ps2eps.x86_64" package

Please follow the step by step instructions below to install texlive-ps2eps.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install texlive-ps2eps.x86_64

2. Uninstall "texlive-ps2eps.x86_64" package

This guide let you learn how to uninstall texlive-ps2eps.x86_64 on Oracle Linux 9:

$ sudo dnf remove texlive-ps2eps.x86_64 $ sudo dnf autoremove

3. Information about the texlive-ps2eps.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:48:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-ps2eps
Epoch : 9
Version : 20200406
Release : 34.el9
Architecture : x86_64
Size : 39 k
Source : texlive-extension-20200406-34.el9.src.rpm
Repository : epel
Summary : Produce Encapsulated PostScript from PostScript
URL : http://tug.org/texlive/
License : GPL+
Description : Produce Encapsulated PostScript Files (EPS/EPSF) from a
: one-page PostScript document, or any PostScript document. A
: correct Bounding Box is calculated for the EPS files and some
: PostScript command sequences that can produce erroneous
: results on printers are filtered. The input is cropped to
: include just the image contained in the PostScript file. The
: EPS files can then be included into TeX documents. Other
: programs like ps2epsi (a script distributed with ghostscript)
: don't always calculate the correct bounding box (because the
: values are put on the PostScript stack which may get corrupted
: by bad PostScript code) or they round it off, resulting in
: clipping the image. Therefore ps2eps uses a resolution of 144
: dpi to get the correct bounding box. Included in the distribution
: is the bbox program, an application to produce Bounding Box values
: for rawppm or rawpbm format files.