How To Install texlive-context-gantt on Fedora 36
Introduction
In this tutorial we learn how to install texlive-context-gantt on Fedora 36.
What is texlive-context-gantt
Gantt is a module for drawing Gantt charts via metapost or pgf/tikz.
We can use yum or dnf to install texlive-context-gantt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-context-gantt.
Install texlive-context-gantt 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-gantt using dnf by running the following command:
sudo dnf -y install texlive-context-gantt
Install texlive-context-gantt 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-gantt using yum by running the following command:
sudo yum -y install texlive-context-gantt
How To Uninstall texlive-context-gantt on Fedora 36
To uninstall only the texlive-context-gantt package we can use the following command:
sudo dnf remove texlive-context-gantt
texlive-context-gantt Package Contents on Fedora 36
/usr/share/licenses/texlive-context-gantt
/usr/share/licenses/texlive-context-gantt/pd.txt
/usr/share/texlive/texmf-dist/tex/context/third/gantt
/usr/share/texlive/texmf-dist/tex/context/third/gantt/gantt-s-mp.tex
/usr/share/texlive/texmf-dist/tex/context/third/gantt/gantt-s-tikz.tex
/usr/share/texlive/texmf-dist/tex/context/third/gantt/t-gantt.tex
References
Summary
In this tutorial we learn how to install texlive-context-gantt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).