How To Install texlive-tex-nutshell on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tex-nutshell on Fedora 36.
What is texlive-tex-nutshell
This document is meant for users who are looking for information about the basics of TeX. Its main goal is its brevity. The pure TeX features are described, no features provided by macro extensions. Only the last section gives a summary of plain TeX macros.
We can use yum or dnf to install texlive-tex-nutshell on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tex-nutshell.
Install texlive-tex-nutshell 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-tex-nutshell using dnf by running the following command:
sudo dnf -y install texlive-tex-nutshell
Install texlive-tex-nutshell 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-tex-nutshell using yum by running the following command:
sudo yum -y install texlive-tex-nutshell
How To Uninstall texlive-tex-nutshell on Fedora 36
To uninstall only the texlive-tex-nutshell package we can use the following command:
sudo dnf remove texlive-tex-nutshell
texlive-tex-nutshell Package Contents on Fedora 36
/usr/share/licenses/texlive-tex-nutshell
/usr/share/licenses/texlive-tex-nutshell/pd.txt
/usr/share/texlive/texmf-dist/doc/plain/tex-nutshell
/usr/share/texlive/texmf-dist/doc/plain/tex-nutshell/README
/usr/share/texlive/texmf-dist/doc/plain/tex-nutshell/tex-nutshell.pdf
/usr/share/texlive/texmf-dist/doc/plain/tex-nutshell/tex-nutshell.tex
References
Summary
In this tutorial we learn how to install texlive-tex-nutshell on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).