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

Last updated: October 09,2024

1. Install "texlive-pax.noarch" package

This is a short guide on how to install texlive-pax.noarch on Fedora 35

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

2. Uninstall "texlive-pax.noarch" package

Please follow the step by step instructions below to uninstall texlive-pax.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:00:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-pax
Epoch : 9
Version : 20210325
Release : 44.fc35
Architecture : noarch
Size : 35 k
Source : texlive-base-20210325-44.fc35.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.