How To Install texlive-c-pascal on Fedora 36

In this tutorial we learn how to install texlive-c-pascal in Fedora 36. texlive-c-pascal is Typeset Python, C and Pascal programs

Introduction

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

What is texlive-c-pascal

A TeX macro package for easy typesetting programs in Python, C and Pascal. Program source files may also be input.

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

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

sudo dnf -y install texlive-c-pascal

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

sudo yum -y install texlive-c-pascal

How To Uninstall texlive-c-pascal on Fedora 36

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

sudo dnf remove texlive-c-pascal

texlive-c-pascal Package Contents on Fedora 36

/usr/share/licenses/texlive-c-pascal
/usr/share/licenses/texlive-c-pascal/pd.txt
/usr/share/texlive/texmf-dist/tex/generic/c-pascal
/usr/share/texlive/texmf-dist/tex/generic/c-pascal/cap.tex
/usr/share/texlive/texmf-dist/tex/generic/c-pascal/cap_c.tex
/usr/share/texlive/texmf-dist/tex/generic/c-pascal/cap_comm.tex
/usr/share/texlive/texmf-dist/tex/generic/c-pascal/cap_pas.tex
/usr/share/texlive/texmf-dist/tex/generic/c-pascal/cap_pyt.tex

References

Summary

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