How To Install texlive-harpoon on Fedora 36
Introduction
In this tutorial we learn how to install texlive-harpoon on Fedora 36.
What is texlive-harpoon
Provides over- and under-harpoon symbol commands; the harpoons may point in either direction, with the hook pointing up or down. The covered object is provided as an argument to the commands, so that they have the look of accent commands.
We can use yum or dnf to install texlive-harpoon on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-harpoon.
Install texlive-harpoon 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-harpoon using dnf by running the following command:
sudo dnf -y install texlive-harpoon
Install texlive-harpoon 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-harpoon using yum by running the following command:
sudo yum -y install texlive-harpoon
How To Uninstall texlive-harpoon on Fedora 36
To uninstall only the texlive-harpoon package we can use the following command:
sudo dnf remove texlive-harpoon
texlive-harpoon Package Contents on Fedora 36
/usr/share/licenses/texlive-harpoon
/usr/share/licenses/texlive-harpoon/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/harpoon
/usr/share/texlive/texmf-dist/tex/latex/harpoon/harpoon.sty
References
Summary
In this tutorial we learn how to install texlive-harpoon on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).