How To Install texlive-tsemlines on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tsemlines on Fedora 36.
What is texlive-tsemlines
Occasional Documents appear, that use graphics generated by texcad from the emtex distribution. These documents often use the \emline macro, which produced lines at an arbitrary orientation. The present package emulates the macro, using TikZ.
We can use yum or dnf to install texlive-tsemlines on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tsemlines.
Install texlive-tsemlines 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-tsemlines using dnf by running the following command:
sudo dnf -y install texlive-tsemlines
Install texlive-tsemlines 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-tsemlines using yum by running the following command:
sudo yum -y install texlive-tsemlines
How To Uninstall texlive-tsemlines on Fedora 36
To uninstall only the texlive-tsemlines package we can use the following command:
sudo dnf remove texlive-tsemlines
texlive-tsemlines Package Contents on Fedora 36
/usr/share/licenses/texlive-tsemlines
/usr/share/licenses/texlive-tsemlines/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/tsemlines
/usr/share/texlive/texmf-dist/tex/latex/tsemlines/tsemlines.sty
References
Summary
In this tutorial we learn how to install texlive-tsemlines on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).