How To Install texlive-cweb-old on Fedora 36

In this tutorial we learn how to install texlive-cweb-old in Fedora 36. texlive-cweb-old is Old cweb files

Introduction

In this tutorial we learn how to install texlive-cweb-old on Fedora 36.

What is texlive-cweb-old

Old cweb files.

We can use yum or dnf to install texlive-cweb-old on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cweb-old.

Install texlive-cweb-old 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-cweb-old using dnf by running the following command:

sudo dnf -y install texlive-cweb-old

Install texlive-cweb-old 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-cweb-old using yum by running the following command:

sudo yum -y install texlive-cweb-old

How To Uninstall texlive-cweb-old on Fedora 36

To uninstall only the texlive-cweb-old package we can use the following command:

sudo dnf remove texlive-cweb-old

texlive-cweb-old Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/plain/cweb-old
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/README
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdfXcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdfcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdfdcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdffcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdficwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb-old/pdfwebmac.tex

References

Summary

In this tutorial we learn how to install texlive-cweb-old on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).