How To Install texlive-mciteplus on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mciteplus on Fedora 36.
What is texlive-mciteplus
The mciteplus LaTeX package is an enhanced reimplementation of Thorsten Ohl’s mcite package which provides support for the grouping of multiple citations together as is often done in physics journals. An extensive set of features provide for other applications such as reference sublisting.
We can use yum or dnf to install texlive-mciteplus on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mciteplus.
Install texlive-mciteplus 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-mciteplus using dnf by running the following command:
sudo dnf -y install texlive-mciteplus
Install texlive-mciteplus 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-mciteplus using yum by running the following command:
sudo yum -y install texlive-mciteplus
How To Uninstall texlive-mciteplus on Fedora 36
To uninstall only the texlive-mciteplus package we can use the following command:
sudo dnf remove texlive-mciteplus
texlive-mciteplus Package Contents on Fedora 36
/usr/share/licenses/texlive-mciteplus
/usr/share/licenses/texlive-mciteplus/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/mciteplus
/usr/share/texlive/texmf-dist/bibtex/bst/mciteplus/IEEEtranM.bst
/usr/share/texlive/texmf-dist/bibtex/bst/mciteplus/IEEEtranMN.bst
/usr/share/texlive/texmf-dist/bibtex/bst/mciteplus/apsrevM.bst
/usr/share/texlive/texmf-dist/bibtex/bst/mciteplus/apsrmpM.bst
/usr/share/texlive/texmf-dist/tex/latex/mciteplus
/usr/share/texlive/texmf-dist/tex/latex/mciteplus/mciteplus.sty
References
Summary
In this tutorial we learn how to install texlive-mciteplus on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).