How To Install texlive-colorprofiles on Fedora 36

In this tutorial we learn how to install texlive-colorprofiles in Fedora 36. texlive-colorprofiles is Collection of free ICC profiles

Introduction

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

What is texlive-colorprofiles

This package collects free ICC profiles that can be used by color profile aware applications/tools like the pdfx package, as well as TeX and LaTeX packages to access them.

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

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

sudo dnf -y install texlive-colorprofiles

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

sudo yum -y install texlive-colorprofiles

How To Uninstall texlive-colorprofiles on Fedora 36

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

sudo dnf remove texlive-colorprofiles

texlive-colorprofiles Package Contents on Fedora 36

/usr/share/licenses/texlive-colorprofiles
/usr/share/licenses/texlive-colorprofiles/lppl.txt
/usr/share/texlive/texmf-dist/doc/generic/colorprofiles
/usr/share/texlive/texmf-dist/doc/generic/colorprofiles/FOGRA39L_coated.iccprofile.xml
/usr/share/texlive/texmf-dist/doc/generic/colorprofiles/README
/usr/share/texlive/texmf-dist/tex/generic/colorprofiles
/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/FOGRA39L_coated.icc
/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty
/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/colorprofiles.tex
/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/sRGB.icc

References

Summary

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