How to Install and Uninstall texlive-purifyeps.noarch Package on Fedora 36

Last updated: September 21,2024

1. Install "texlive-purifyeps.noarch" package

Please follow the guidelines below to install texlive-purifyeps.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install texlive-purifyeps.noarch

2. Uninstall "texlive-purifyeps.noarch" package

This is a short guide on how to uninstall texlive-purifyeps.noarch on Fedora 36:

$ sudo dnf remove texlive-purifyeps.noarch $ sudo dnf autoremove

3. Information about the texlive-purifyeps.noarch package on Fedora 36

Last metadata expiration check: 1:40:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-purifyeps
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : noarch
Size : 27 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
Summary : Make EPS work with both LaTeX/dvips and pdfLaTeX
URL : http://tug.org/texlive/
License : LPPL
Description : While pdfLaTeX has a number of nice features, its primary
: shortcoming relative to standard LaTeX+dvips is that it is
: unable to read ordinary Encapsulated PostScript (EPS) files,
: the most common graphics format in the LaTeX world. Purifyeps
: converts EPS files into a 'purified' form that can be read by
: both LaTeX+dvips and pdfLaTeX. The trick is that the standard
: LaTeX2e graphics packages can parse MetaPost-produced EPS
: directly. Hence, purifyeps need only convert an arbitrary EPS
: file into the same stylized format that MetaPost outputs.