How to Install and Uninstall texlive-epstopdf.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "texlive-epstopdf.noarch" package

Please follow the instructions below to install texlive-epstopdf.noarch on Fedora 34

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

2. Uninstall "texlive-epstopdf.noarch" package

This guide covers the steps necessary to uninstall texlive-epstopdf.noarch on Fedora 34:

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

3. Information about the texlive-epstopdf.noarch package on Fedora 34

Last metadata expiration check: 2:24:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-epstopdf
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 30 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Convert EPS to 'encapsulated' PDF using Ghostscript
URL : http://tug.org/texlive/
License : BSD
Description : Epstopdf is a Perl script that converts an EPS file to an
: 'encapsulated' PDF file (a single page file whose media box is
: the same as the original EPS's bounding box). The resulting
: file suitable for inclusion by PDFTeX as an image. The script
: is adapted to run both on Windows and on Unix-alike systems.
: The script makes use of Ghostscript for the actual conversion
: to PDF. It assumes Ghostscript version 6.51 or later, and (by
: default) suppresses its automatic rotation of pages where most
: of the text is not horizontal. LaTeX users may make use of the
: epstopdf package, which will run the epstopdf script "on the
: fly", thus giving the illusion that PDFLaTeX is accepting EPS
: graphic files.