How To Install texlive-cooltooltips on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cooltooltips on Fedora 36.
What is texlive-cooltooltips
The cooltooltips package enables a document to contain hyperlinks that pop up a brief tooltip when the mouse moves over them and also open a small window containing additional text. cooltooltips provides the mechanism used by the Visual LaTeX FAQ to indicate the question that each hyperlink answers.
We can use yum or dnf to install texlive-cooltooltips on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cooltooltips.
Install texlive-cooltooltips 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-cooltooltips using dnf by running the following command:
sudo dnf -y install texlive-cooltooltips
Install texlive-cooltooltips 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-cooltooltips using yum by running the following command:
sudo yum -y install texlive-cooltooltips
How To Uninstall texlive-cooltooltips on Fedora 36
To uninstall only the texlive-cooltooltips package we can use the following command:
sudo dnf remove texlive-cooltooltips
texlive-cooltooltips Package Contents on Fedora 36
/usr/share/licenses/texlive-cooltooltips
/usr/share/licenses/texlive-cooltooltips/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/cooltooltips
/usr/share/texlive/texmf-dist/tex/latex/cooltooltips/cooltooltips.sty
References
Summary
In this tutorial we learn how to install texlive-cooltooltips on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).