How To Install lcms on Fedora 36

In this tutorial we learn how to install lcms in Fedora 36. lcms is Color Management System

Introduction

In this tutorial we learn how to install lcms on Fedora 36.

What is lcms

LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form.

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

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

sudo dnf -y install lcms

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

sudo yum -y install lcms

How To Uninstall lcms on Fedora 36

To uninstall only the lcms package we can use the following command:

sudo dnf remove lcms

lcms Package Contents on Fedora 36

/usr/bin/icc2ps
/usr/bin/icclink
/usr/bin/icctrans
/usr/bin/jpegicc
/usr/bin/tiffdiff
/usr/bin/tifficc
/usr/bin/wtpt
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/3ec48a388e5f2cc06319b9843a7c58660f286d
/usr/lib/.build-id/22
/usr/lib/.build-id/22/dcf5df6eff55789d41d6b3a7a6d94c650ca42a
/usr/lib/.build-id/45
/usr/lib/.build-id/45/2c9a02ab1290efa7729f9a04371b69af25b139
/usr/lib/.build-id/49
/usr/lib/.build-id/49/abd5d5e21b2c0762b055a23ae0e977fbc1e596
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/4d2b03578a35a0ffd7e9fc64b7cbb0c78137b2
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5386366d637e9bb0ddf6cb6129cdb6f31dd7a6
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/1fb56447bf98687178d52da5b0a33e92ed716f
/usr/share/doc/lcms
/usr/share/doc/lcms/ChangeLog
/usr/share/doc/lcms/README.1ST
/usr/share/doc/lcms/TUTORIAL.TXT
/usr/share/licenses/lcms
/usr/share/licenses/lcms/AUTHORS
/usr/share/licenses/lcms/COPYING
/usr/share/man/man1/icc2ps.1.gz
/usr/share/man/man1/icclink.1.gz
/usr/share/man/man1/jpegicc.1.gz
/usr/share/man/man1/tifficc.1.gz
/usr/share/man/man1/wtpt.1.gz

References

Summary

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