How To Install texlive-hypdestopt on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hypdestopt on Fedora 36.
What is texlive-hypdestopt
This package supports hyperref’s pdfTeX driver. It removes unnecessary destinations and shortens the destination names or uses numbered destinations to get smaller PDF files.
We can use yum or dnf to install texlive-hypdestopt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hypdestopt.
Install texlive-hypdestopt 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-hypdestopt using dnf by running the following command:
sudo dnf -y install texlive-hypdestopt
Install texlive-hypdestopt 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-hypdestopt using yum by running the following command:
sudo yum -y install texlive-hypdestopt
How To Uninstall texlive-hypdestopt on Fedora 36
To uninstall only the texlive-hypdestopt package we can use the following command:
sudo dnf remove texlive-hypdestopt
texlive-hypdestopt Package Contents on Fedora 36
/usr/share/licenses/texlive-hypdestopt
/usr/share/licenses/texlive-hypdestopt/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/hypdestopt
/usr/share/texlive/texmf-dist/doc/latex/hypdestopt/README.md
/usr/share/texlive/texmf-dist/doc/latex/hypdestopt/hypdestopt.dtx
/usr/share/texlive/texmf-dist/doc/latex/hypdestopt/hypdestopt.pdf
/usr/share/texlive/texmf-dist/tex/latex/hypdestopt
/usr/share/texlive/texmf-dist/tex/latex/hypdestopt/hypdestopt.sty
References
Summary
In this tutorial we learn how to install texlive-hypdestopt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).