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

Last updated: November 27,2024

1. Install "texlive-pst2pdf.noarch" package

Please follow the step by step instructions below to install texlive-pst2pdf.noarch on Fedora 39

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

2. Uninstall "texlive-pst2pdf.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-pst2pdf.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:54:52 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-pst2pdf
Epoch : 11
Version : svn56172
Release : 77.fc39
Architecture : noarch
Size : 367 k
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : A script to compile pstricks documents via pdftex
URL : http://tug.org/texlive/
License : GPL-2.0-or-later
Description : The script extracts the preamble of the document and runs all
: \begin{postscript}...\end{postscript}
: \begin{pspicture}...\end{pspicture} and
: \pspicture...\endpspicture separately through LaTeX with the
: same preamble as the original document; thus it creates EPS,
: PNG and PDF files of these snippets. In a final PDFLaTeX run
: the script replaces the environments with \includegraphics to
: include the processed snippets.