How To Install texlive-docutils on Fedora 36
Introduction
In this tutorial we learn how to install texlive-docutils
on Fedora 36.
What is texlive-docutils
The package is intended for use with LaTeX documents generated from reStructuredText sources with Docutils. When generating LaTeX documents, specify this package with the stylesheet configuration option, e.g. rst2latex –stylesheet=docutils exampledocument.txt
We can use yum
or dnf
to install texlive-docutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-docutils.
Install texlive-docutils 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-docutils
using dnf
by running the following command:
sudo dnf -y install texlive-docutils
Install texlive-docutils 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-docutils
using yum
by running the following command:
sudo yum -y install texlive-docutils
How To Uninstall texlive-docutils on Fedora 36
To uninstall only the texlive-docutils
package we can use the following command:
sudo dnf remove texlive-docutils
texlive-docutils Package Contents on Fedora 36
/usr/share/licenses/texlive-docutils
/usr/share/licenses/texlive-docutils/bsd.txt
/usr/share/texlive/texmf-dist/doc/latex/docutils
/usr/share/texlive/texmf-dist/doc/latex/docutils/README.md
/usr/share/texlive/texmf-dist/doc/latex/docutils/docutils.sty.html
/usr/share/texlive/texmf-dist/doc/latex/docutils/docutils.sty.txt
/usr/share/texlive/texmf-dist/tex/latex/docutils
/usr/share/texlive/texmf-dist/tex/latex/docutils/docutils.sty
References
Summary
In this tutorial we learn how to install texlive-docutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).