How To Install texlive-msc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-msc on Fedora 36.
What is texlive-msc
The package should be useful to all people that prepare their texts with LaTeX and want to draw Message Sequence Charts in their texts. The package is not an MSC editor; it simply takes a textual description of an MSC and draws the corresponding MSC. The current version of the MSC macro package supports the full MSC2000 language.
We can use yum or dnf to install texlive-msc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-msc.
Install texlive-msc 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-msc using dnf by running the following command:
sudo dnf -y install texlive-msc
Install texlive-msc 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-msc using yum by running the following command:
sudo yum -y install texlive-msc
How To Uninstall texlive-msc on Fedora 36
To uninstall only the texlive-msc package we can use the following command:
sudo dnf remove texlive-msc
texlive-msc Package Contents on Fedora 36
/usr/share/licenses/texlive-msc
/usr/share/licenses/texlive-msc/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bib/msc
/usr/share/texlive/texmf-dist/bibtex/bib/msc/biblio.bib
/usr/share/texlive/texmf-dist/tex/latex/msc
/usr/share/texlive/texmf-dist/tex/latex/msc/msc.sty
References
Summary
In this tutorial we learn how to install texlive-msc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).