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

Last updated: November 27,2024

1. Install "texlive-purifyeps.noarch" package

Please follow the guidance below to install texlive-purifyeps.noarch on Fedora 39

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

2. Uninstall "texlive-purifyeps.noarch" package

Please follow the step by step instructions below to uninstall texlive-purifyeps.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:14:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-purifyeps
Epoch : 11
Version : svn29725
Release : 77.fc39
Architecture : noarch
Size : 25 k
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : Make EPS work with both LaTeX/dvips and pdfLaTeX
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.