How To Install texlive-cv on Fedora 36

In this tutorial we learn how to install texlive-cv in Fedora 36. texlive-cv is A package for creating a curriculum vitae

Introduction

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

What is texlive-cv

The package is distributed with two example files; they (and their formatted output) constitute the only real documentation. Note that cv is just a package formatting by deciding which class to use, while the package provides the detailed formatting.

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

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

sudo dnf -y install texlive-cv

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

sudo yum -y install texlive-cv

How To Uninstall texlive-cv on Fedora 36

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

sudo dnf remove texlive-cv

texlive-cv Package Contents on Fedora 36

/usr/share/licenses/texlive-cv
/usr/share/licenses/texlive-cv/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/cv
/usr/share/texlive/texmf-dist/tex/latex/cv/CV.sty

References

Summary

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