How To Install texlive-graphics on Fedora 36
Introduction
In this tutorial we learn how to install texlive-graphics on Fedora 36.
What is texlive-graphics
This is a collection of LaTeX packages for including graphics (eg PostScript) files rotation and scaling of text in LaTeX documents. It comprises the packages color, graphics, graphicx, trig, epsfig, keyval, and lscape.
We can use yum or dnf to install texlive-graphics on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-graphics.
Install texlive-graphics 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-graphics using dnf by running the following command:
sudo dnf -y install texlive-graphics
Install texlive-graphics 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-graphics using yum by running the following command:
sudo yum -y install texlive-graphics
How To Uninstall texlive-graphics on Fedora 36
To uninstall only the texlive-graphics package we can use the following command:
sudo dnf remove texlive-graphics
texlive-graphics Package Contents on Fedora 36
/usr/share/licenses/texlive-graphics
/usr/share/licenses/texlive-graphics/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/graphics
/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipdf.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsone.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dviwin.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/emtex.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/epsfig.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics-2017-06-25.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/lscape.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctex32.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexhp.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexps.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexwin.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/rotating.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/tcidvi.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/truetex.def
References
Summary
In this tutorial we learn how to install texlive-graphics on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).