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

Last updated: September 29,2024

1. Install "texlive-pst2pdf.noarch" package

This guide let you learn how to install texlive-pst2pdf.noarch on Fedora 34

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

2. Uninstall "texlive-pst2pdf.noarch" package

This guide let you learn how to uninstall texlive-pst2pdf.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:45:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-pst2pdf
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 249 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : A script to compile pstricks documents via pdftex
URL : http://tug.org/texlive/
License : GPLv2+
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.