How To Install texlive-carlisle on Fedora 36

In this tutorial we learn how to install texlive-carlisle in Fedora 36. texlive-carlisle is David Carlisle’s small packages

Introduction

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

What is texlive-carlisle

Many of David Carlisle’s more substantial packages stand on their own, or as part of the LaTeX latex-tools set; this set contains have them; A method for combining the capabilities of longtable and tabularx; An environment for including Plain TeX in LaTeX documents; A jiffy to remove counters from other counters’ reset lists (now obsolete as it has been incorporated into the LaTeX format); A jiffy to create ‘slashed’ characters for physicists.

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

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

sudo dnf -y install texlive-carlisle

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

sudo yum -y install texlive-carlisle

How To Uninstall texlive-carlisle on Fedora 36

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

sudo dnf remove texlive-carlisle

texlive-carlisle Package Contents on Fedora 36

/usr/share/licenses/texlive-carlisle
/usr/share/licenses/texlive-carlisle/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/carlisle
/usr/share/texlive/texmf-dist/tex/latex/carlisle/dotlessj.sty
/usr/share/texlive/texmf-dist/tex/latex/carlisle/ltxtable.sty
/usr/share/texlive/texmf-dist/tex/latex/carlisle/plain.sty
/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty
/usr/share/texlive/texmf-dist/tex/latex/carlisle/scalefnt.sty
/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty

References

Summary

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