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

Last updated: June 30,2024

1. Install "texlive-pax.noarch" package

Please follow the guidance below to install texlive-pax.noarch on Fedora 34

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

2. Uninstall "texlive-pax.noarch" package

Please follow the guidance below to uninstall texlive-pax.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:31:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-pax
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 34 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Extract and reinsert PDF annotations with pdfTeX
URL : http://tug.org/texlive/
License : GPLv2+
Description : If PDF files are included using pdfTeX, PDF annotations are
: stripped. The pax project offers a solution without altering
: pdfTeX. A Java program (pax.jar) parses the PDF file that will
: later be included. The program then writes the data of the
: annotations into a file that can be read by TeX. The LaTeX
: package pax extends the graphics package to support the scheme:
: if a PDF file is included, the package looks for the file with
: the annotation data, reads them and puts the annotations in the
: right place.