How To Install texlive-web on Fedora 36
Introduction
In this tutorial we learn how to install texlive-web
on Fedora 36.
What is texlive-web
The system processes ‘web’ files in two ways rearrange them to produce compilable code (using the program tangle), and secondly to produce a TeX source (using the program weave) that may be typeset for comfortable reading.
We can use yum
or dnf
to install texlive-web
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-web.
Install texlive-web 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-web
using dnf
by running the following command:
sudo dnf -y install texlive-web
Install texlive-web 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-web
using yum
by running the following command:
sudo yum -y install texlive-web
How To Uninstall texlive-web on Fedora 36
To uninstall only the texlive-web
package we can use the following command:
sudo dnf remove texlive-web
texlive-web Package Contents on Fedora 36
/usr/bin/tangle
/usr/bin/weave
/usr/lib/.build-id
/usr/lib/.build-id/0a/19656f30ae9f488d78719394376d5402c0bcf3
/usr/lib/.build-id/54/bb9c253a8973077c11cb3b26d87b290095b8ca
/usr/share/licenses/texlive-web
/usr/share/licenses/texlive-web/knuth.txt
/usr/share/man/man1/tangle.1.gz
/usr/share/man/man1/weave.1.gz
References
Summary
In this tutorial we learn how to install texlive-web
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).