How To Install texlive-ctib on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ctib on Fedora 36.
What is texlive-ctib
A package using a modified version of Sirlin’s Tibetan font. An advantage of this Tibetan implementation is that all consonant clusters are formed by TeX and Metafont. No external preprocessor is needed.
We can use yum or dnf to install texlive-ctib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ctib.
Install texlive-ctib 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-ctib using dnf by running the following command:
sudo dnf -y install texlive-ctib
Install texlive-ctib 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-ctib using yum by running the following command:
sudo yum -y install texlive-ctib
How To Uninstall texlive-ctib on Fedora 36
To uninstall only the texlive-ctib package we can use the following command:
sudo dnf remove texlive-ctib
texlive-ctib Package Contents on Fedora 36
/usr/share/licenses/texlive-ctib
/usr/share/licenses/texlive-ctib/gpl.txt
/usr/share/texlive/texmf-dist/fonts/source/public/ctib
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/bzrsetup.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctib.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibcode.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctiblett.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibligs.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibnum.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibpunc.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibsplt.mf
/usr/share/texlive/texmf-dist/fonts/source/public/ctib/ctibvow.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/ctib
/usr/share/texlive/texmf-dist/fonts/tfm/public/ctib/ctib.tfm
/usr/share/texlive/texmf-dist/tex/latex/ctib
/usr/share/texlive/texmf-dist/tex/latex/ctib/ctib.sty
/usr/share/texlive/texmf-dist/tex/latex/ctib/ctib.tex
/usr/share/texlive/texmf-dist/tex/latex/ctib/lctctib.fd
/usr/share/texlive/texmf-dist/tex/latex/ctib/lctenc.def
References
Summary
In this tutorial we learn how to install texlive-ctib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).