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

Last updated: October 08,2024

1. Install "texlive-pax.noarch" package

Please follow the instructions below to install texlive-pax.noarch on Fedora 36

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

2. Uninstall "texlive-pax.noarch" package

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

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

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

Last metadata expiration check: 3:58:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-pax
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : noarch
Size : 35 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
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.