How To Install texlive-context-simplefonts on Fedora 36
Introduction
In this tutorial we learn how to install texlive-context-simplefonts
on Fedora 36.
What is texlive-context-simplefonts
The package defines a set of commands for loading and using fonts in ConTeXt.
We can use yum
or dnf
to install texlive-context-simplefonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-context-simplefonts.
Install texlive-context-simplefonts 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-context-simplefonts
using dnf
by running the following command:
sudo dnf -y install texlive-context-simplefonts
Install texlive-context-simplefonts 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-context-simplefonts
using yum
by running the following command:
sudo yum -y install texlive-context-simplefonts
How To Uninstall texlive-context-simplefonts on Fedora 36
To uninstall only the texlive-context-simplefonts
package we can use the following command:
sudo dnf remove texlive-context-simplefonts
texlive-context-simplefonts Package Contents on Fedora 36
/usr/share/licenses/texlive-context-simplefonts
/usr/share/licenses/texlive-context-simplefonts/gpl.txt
/usr/share/texlive/texmf-dist/tex/context/third/simplefonts
/usr/share/texlive/texmf-dist/tex/context/third/simplefonts/t-simplefonts.lua
/usr/share/texlive/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkii
/usr/share/texlive/texmf-dist/tex/context/third/simplefonts/t-simplefonts.mkiv
References
Summary
In this tutorial we learn how to install texlive-context-simplefonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).