How To Install texlive-aurl on Fedora 36
Introduction
In this tutorial we learn how to install texlive-aurl on Fedora 36.
What is texlive-aurl
Semantic Web resource URLs are often abbreviated with prefixes, like “owl package provides the correct hyperlinks for those URLs. The 1000 most common prefixes are predefined and more can be added.
We can use yum or dnf to install texlive-aurl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-aurl.
Install texlive-aurl 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-aurl using dnf by running the following command:
sudo dnf -y install texlive-aurl
Install texlive-aurl 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-aurl using yum by running the following command:
sudo yum -y install texlive-aurl
How To Uninstall texlive-aurl on Fedora 36
To uninstall only the texlive-aurl package we can use the following command:
sudo dnf remove texlive-aurl
texlive-aurl Package Contents on Fedora 36
/usr/share/licenses/texlive-aurl
/usr/share/licenses/texlive-aurl/pd.txt
/usr/share/texlive/texmf-dist/doc/latex/aurl
/usr/share/texlive/texmf-dist/doc/latex/aurl/README.md
/usr/share/texlive/texmf-dist/doc/latex/aurl/aurltest.tex
/usr/share/texlive/texmf-dist/tex/latex/aurl
/usr/share/texlive/texmf-dist/tex/latex/aurl/aurl.sty
References
Summary
In this tutorial we learn how to install texlive-aurl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).