How To Install texlive-hvqrurl on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hvqrurl on Fedora 36.
What is texlive-hvqrurl
This package allows to draw an URL as a QR code into the margin of a one- or twosided document. The following packages are loaded by default
We can use yum or dnf to install texlive-hvqrurl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hvqrurl.
Install texlive-hvqrurl 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-hvqrurl using dnf by running the following command:
sudo dnf -y install texlive-hvqrurl
Install texlive-hvqrurl 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-hvqrurl using yum by running the following command:
sudo yum -y install texlive-hvqrurl
How To Uninstall texlive-hvqrurl on Fedora 36
To uninstall only the texlive-hvqrurl package we can use the following command:
sudo dnf remove texlive-hvqrurl
texlive-hvqrurl Package Contents on Fedora 36
/usr/share/licenses/texlive-hvqrurl
/usr/share/licenses/texlive-hvqrurl/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/hvqrurl
/usr/share/texlive/texmf-dist/doc/latex/hvqrurl/Changes
/usr/share/texlive/texmf-dist/doc/latex/hvqrurl/README
/usr/share/texlive/texmf-dist/doc/latex/hvqrurl/hvqrurl.pdf
/usr/share/texlive/texmf-dist/doc/latex/hvqrurl/hvqrurl.tex
/usr/share/texlive/texmf-dist/tex/latex/hvqrurl
/usr/share/texlive/texmf-dist/tex/latex/hvqrurl/hvqrurl.sty
References
Summary
In this tutorial we learn how to install texlive-hvqrurl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).