How To Install texlive-cweb on Fedora 36

In this tutorial we learn how to install texlive-cweb in Fedora 36. texlive-cweb is A Web system in C

Introduction

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

What is texlive-cweb

The Cweb system is a system for Structured Software Documentation (also known as Literate Programming) in the programming language C.

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

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

sudo dnf -y install texlive-cweb

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

sudo yum -y install texlive-cweb

How To Uninstall texlive-cweb on Fedora 36

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

sudo dnf remove texlive-cweb

texlive-cweb Package Contents on Fedora 36

/usr/bin/ctangle
/usr/bin/ctwill
/usr/bin/ctwill-refsort
/usr/bin/ctwill-twinx
/usr/bin/cweave
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/2a35e806f5c298c2e4cecd28c9843a2e68b1da
/usr/lib/.build-id/46/54f7a0af84d1022e53ab6076c3f7d84a64e11e
/usr/lib/.build-id/49
/usr/lib/.build-id/49/856c335df47655f7adb7d382ed63aabb02a1fd
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/ee92f43c574fb324323ef3f2f5e5b33261dc0a
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/f51d3e5dd3c51fe9f9cb8af577d22158c9b581
/usr/share/licenses/texlive-cweb
/usr/share/licenses/texlive-cweb/knuth.txt
/usr/share/man/man1/ctangle.1.gz
/usr/share/man/man1/ctwill-refsort.1.gz
/usr/share/man/man1/ctwill-twinx.1.gz
/usr/share/man/man1/ctwill.1.gz
/usr/share/man/man1/cweave.1.gz
/usr/share/man/man1/cweb.1.gz
/usr/share/texlive/texmf-dist/doc/plain/cweb
/usr/share/texlive/texmf-dist/doc/plain/cweb/cwebman.pdf
/usr/share/texlive/texmf-dist/tex/plain/cweb
/usr/share/texlive/texmf-dist/tex/plain/cweb/ctproofmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cttwinxmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/ctwimac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/Xcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/cweb_ecma94.sty
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/cweb_hp8.sty
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/cweb_mac8.sty
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/cweb_pc850.sty
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/dctproofmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/dctwimac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/dcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/dcwebstrings.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/fcwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/icwebmac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex
/usr/share/texlive/texmf-dist/tex/plain/cweb/cwebmac.tex

References

Summary

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