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

Last updated: May 01,2024

1. Install "texlive-purifyeps.noarch" package

This guide let you learn how to install texlive-purifyeps.noarch on Fedora 35

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

2. Uninstall "texlive-purifyeps.noarch" package

Please follow the steps below to uninstall texlive-purifyeps.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:27:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-purifyeps
Epoch : 9
Version : 20210325
Release : 44.fc35
Architecture : noarch
Size : 27 k
Source : texlive-base-20210325-44.fc35.src.rpm
Repository : updates
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.