How To Install texlive-hyperxmp on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hyperxmp on Fedora 36.
What is texlive-hyperxmp
XMP (eXtensible Metadata Platform) is a mechanism proposed by Adobe for embedding document metadata within the document itself. The metadata is designed to be easy to extract, even by programs that are oblivious to the document’s file format. Most of Adobe’s applications store XMP metadata when saving files. Now, with the hyperxmp package, it is trivial for LaTeX document authors to store XMP metadata in their documents as well. The package integrates seamlessly with hyperref and requires virtually no modifications to documents that already exploit hyperref’s mechanisms for specifying PDF metadata. The current version of hyperxmp can embed the following metadata as XMP metadata writer, subject/summary, keywords, copyright, license URL, document base URL, document identifier and instance identifier, language, source file name, PDF generating tool, PDF version, and contact telephone number/postal address/email address/URL. Hyperxmp currently embeds XMP only within PDF documents; it is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf.
We can use yum or dnf to install texlive-hyperxmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hyperxmp.
Install texlive-hyperxmp on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-hyperxmp using dnf by running the following command:
sudo dnf -y install texlive-hyperxmp
Install texlive-hyperxmp on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-hyperxmp using yum by running the following command:
sudo yum -y install texlive-hyperxmp
How To Uninstall texlive-hyperxmp on Fedora 36
To uninstall only the texlive-hyperxmp package we can use the following command:
sudo dnf remove texlive-hyperxmp
texlive-hyperxmp Package Contents on Fedora 36
/usr/bin/hyperxmp-add-bytecount
/usr/share/licenses/texlive-hyperxmp
/usr/share/licenses/texlive-hyperxmp/lppl1.3c.txt
/usr/share/man/man1/hyperxmp-add-bytecount.1.gz
/usr/share/texlive/texmf-dist/doc/latex/hyperxmp
/usr/share/texlive/texmf-dist/doc/latex/hyperxmp/README
/usr/share/texlive/texmf-dist/doc/latex/hyperxmp/hyperxmp.pdf
/usr/share/texlive/texmf-dist/scripts/hyperxmp
/usr/share/texlive/texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl
/usr/share/texlive/texmf-dist/tex/latex/hyperxmp
/usr/share/texlive/texmf-dist/tex/latex/hyperxmp/hyperxmp.sty
References
Summary
In this tutorial we learn how to install texlive-hyperxmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).