How To Install texlive-tqft on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tqft on Fedora 36.
What is texlive-tqft
The package defines some node shapes useful for drawing TQFT diagrams with TikZ/PGF. That is, it defines highly customisable shapes that look like cobordisms between circles, such as those used in TQFT and other mathematical diagrams.
We can use yum or dnf to install texlive-tqft on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tqft.
Install texlive-tqft 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-tqft using dnf by running the following command:
sudo dnf -y install texlive-tqft
Install texlive-tqft 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-tqft using yum by running the following command:
sudo yum -y install texlive-tqft
How To Uninstall texlive-tqft on Fedora 36
To uninstall only the texlive-tqft package we can use the following command:
sudo dnf remove texlive-tqft
texlive-tqft Package Contents on Fedora 36
/usr/share/licenses/texlive-tqft
/usr/share/licenses/texlive-tqft/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/tqft
/usr/share/texlive/texmf-dist/tex/latex/tqft/tikzlibrarytqft.code.tex
/usr/share/texlive/texmf-dist/tex/latex/tqft/tqft.sty
References
Summary
In this tutorial we learn how to install texlive-tqft on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).