How To Install texlive-c-pascal-doc on Fedora 36

In this tutorial we learn how to install texlive-c-pascal-doc in Fedora 36. texlive-c-pascal-doc is Documentation for c-pascal

Introduction

In this tutorial we learn how to install texlive-c-pascal-doc on Fedora 36.

What is texlive-c-pascal-doc

Documentation for c-pascal

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

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

sudo dnf -y install texlive-c-pascal-doc

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

sudo yum -y install texlive-c-pascal-doc

How To Uninstall texlive-c-pascal-doc on Fedora 36

To uninstall only the texlive-c-pascal-doc package we can use the following command:

sudo dnf remove texlive-c-pascal-doc

texlive-c-pascal-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-c-pascal-doc
/usr/share/licenses/texlive-c-pascal-doc/pd.txt
/usr/share/texlive/texmf-dist/doc/generic/c-pascal
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/README.eng
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/README.pol
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/demo1.tex
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/demo2.tex
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/prog
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/prog/fib.py
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/prog/guess.pas
/usr/share/texlive/texmf-dist/doc/generic/c-pascal/prog/sun.c

References

Summary

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