How To Install texlive-pas-cv on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pas-cv on Fedora 36.
What is texlive-pas-cv
The package provides the framework for typesetting a Curriculum Vitae (composed in French), together with a number of “themes” that may be used with the package. (The use of the themes may be seen in the package’s examples/ collection.) The author hints that conversion for use with other languages (than French) should be possible.
We can use yum or dnf to install texlive-pas-cv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pas-cv.
Install texlive-pas-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-pas-cv using dnf by running the following command:
sudo dnf -y install texlive-pas-cv
Install texlive-pas-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-pas-cv using yum by running the following command:
sudo yum -y install texlive-pas-cv
How To Uninstall texlive-pas-cv on Fedora 36
To uninstall only the texlive-pas-cv package we can use the following command:
sudo dnf remove texlive-pas-cv
texlive-pas-cv Package Contents on Fedora 36
/usr/share/licenses/texlive-pas-cv
/usr/share/licenses/texlive-pas-cv/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/pas-cv
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-andromede.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-architecte.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-centaure.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-dynamique.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-gaia.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-jupiter.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-mars.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-neptune.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-orion.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-pegase.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-pluton.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-saturne.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-univers.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-uranus.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/macro-venus.tex
/usr/share/texlive/texmf-dist/tex/latex/pas-cv/pas-cv.sty
References
Summary
In this tutorial we learn how to install texlive-pas-cv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).