How To Install texlive-tlmgrbasics on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tlmgrbasics
on Fedora 36.
What is texlive-tlmgrbasics
This package provides simplified documentation for tlmgr, the TeX Live Manager. It describes the most commonly-used actions and options in a convenient format.
We can use yum
or dnf
to install texlive-tlmgrbasics
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tlmgrbasics.
Install texlive-tlmgrbasics 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-tlmgrbasics
using dnf
by running the following command:
sudo dnf -y install texlive-tlmgrbasics
Install texlive-tlmgrbasics 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-tlmgrbasics
using yum
by running the following command:
sudo yum -y install texlive-tlmgrbasics
How To Uninstall texlive-tlmgrbasics on Fedora 36
To uninstall only the texlive-tlmgrbasics
package we can use the following command:
sudo dnf remove texlive-tlmgrbasics
texlive-tlmgrbasics Package Contents on Fedora 36
/usr/share/licenses/texlive-tlmgrbasics
/usr/share/licenses/texlive-tlmgrbasics/gpl2.txt
/usr/share/texlive/texmf-dist/doc/support/tlmgrbasics
/usr/share/texlive/texmf-dist/doc/support/tlmgrbasics/README
/usr/share/texlive/texmf-dist/doc/support/tlmgrbasics/tlmgr.pdf
/usr/share/texlive/texmf-dist/doc/support/tlmgrbasics/tlmgr.tex
References
Summary
In this tutorial we learn how to install texlive-tlmgrbasics
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).