How To Install texlive-bookmark on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bookmark on Fedora 36.
What is texlive-bookmark
This package implements a new bookmark (outline) organization for package hyperref. Bookmark properties such as style and color can now be set. Other action types are available (URI, GoToR, Named). The bookmarks are generated in the first compile run. Package hyperref uses two runs.
We can use yum or dnf to install texlive-bookmark on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bookmark.
Install texlive-bookmark 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-bookmark using dnf by running the following command:
sudo dnf -y install texlive-bookmark
Install texlive-bookmark 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-bookmark using yum by running the following command:
sudo yum -y install texlive-bookmark
How To Uninstall texlive-bookmark on Fedora 36
To uninstall only the texlive-bookmark package we can use the following command:
sudo dnf remove texlive-bookmark
texlive-bookmark Package Contents on Fedora 36
/usr/share/licenses/texlive-bookmark
/usr/share/licenses/texlive-bookmark/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/bookmark
/usr/share/texlive/texmf-dist/doc/latex/bookmark/README.md
/usr/share/texlive/texmf-dist/doc/latex/bookmark/bookmark-example.tex
/usr/share/texlive/texmf-dist/doc/latex/bookmark/bookmark.pdf
/usr/share/texlive/texmf-dist/tex/latex/bookmark
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-dvipdfm-2019-12-03.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-dvipdfm.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-dvips-2019-12-03.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-dvips.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex-2019-12-03.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-vtex-2019-12-03.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-vtex.def
/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
References
Summary
In this tutorial we learn how to install texlive-bookmark on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).