How To Install texlive-computational-complexity on Fedora 36

In this tutorial we learn how to install texlive-computational-complexity in Fedora 36. texlive-computational-complexity is Class for the journal Computational Complexity

Introduction

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

What is texlive-computational-complexity

The LaTeX2e class cc was written for the journal Computational Complexity, and it can also be used for a lot of other articles. You may like it since it contains a lot of features as more intelligent references, a set of theorem definitions, an algorithm environment, … The class requires natbib.

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

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

sudo dnf -y install texlive-computational-complexity

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

sudo yum -y install texlive-computational-complexity

How To Uninstall texlive-computational-complexity on Fedora 36

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

sudo dnf remove texlive-computational-complexity

texlive-computational-complexity Package Contents on Fedora 36

/usr/share/licenses/texlive-computational-complexity
/usr/share/licenses/texlive-computational-complexity/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/computational-complexity
/usr/share/texlive/texmf-dist/bibtex/bst/computational-complexity/cc.bst
/usr/share/texlive/texmf-dist/bibtex/bst/computational-complexity/cc2.bst
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc-cls.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc.cls
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc2cite.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4amsart.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4apjrnl.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4elsart.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4jT.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4siamltex.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cc4svjour.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccalgo.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccaux.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cccite.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccdbs.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/cclayout.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccproof.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccqed.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccref.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccreltx.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/ccthm.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/relabel.sty
/usr/share/texlive/texmf-dist/tex/latex/computational-complexity/thcc.sty

References

Summary

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