How To Install lcms2 on Fedora 36
Introduction
In this tutorial we learn how to install lcms2
on Fedora 36.
What is lcms2
LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form. LCMS2 is the current version of LCMS, and can be parallel installed with the original (deprecated) lcms.
We can use yum
or dnf
to install lcms2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lcms2.
Install lcms2 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 lcms2
using dnf
by running the following command:
sudo dnf -y install lcms2
Install lcms2 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 lcms2
using yum
by running the following command:
sudo yum -y install lcms2
How To Uninstall lcms2 on Fedora 36
To uninstall only the lcms2
package we can use the following command:
sudo dnf remove lcms2
lcms2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/1746eb220f0fc0cb2c048c329891cac30040c5
/usr/lib/liblcms2.so.2
/usr/lib/liblcms2.so.2.0.13
/usr/share/doc/lcms2
/usr/share/doc/lcms2/AUTHORS
/usr/share/doc/lcms2/ChangeLog
/usr/share/doc/lcms2/README.1ST
/usr/share/licenses/lcms2
/usr/share/licenses/lcms2/COPYING
References
Summary
In this tutorial we learn how to install lcms2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lcms2 on Fedora 36” linkTitle: “lcms2” type: “docs” description: “In this tutorial we learn how to install lcms2 in Fedora 36. lcms2 is Color Management Engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lcms2-featured.png
Introduction
In this tutorial we learn how to install lcms2
on Fedora 36.
What is lcms2
LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form. LCMS2 is the current version of LCMS, and can be parallel installed with the original (deprecated) lcms.
We can use yum
or dnf
to install lcms2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lcms2.
Install lcms2 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 lcms2
using dnf
by running the following command:
sudo dnf -y install lcms2
Install lcms2 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 lcms2
using yum
by running the following command:
sudo yum -y install lcms2
How To Uninstall lcms2 on Fedora 36
To uninstall only the lcms2
package we can use the following command:
sudo dnf remove lcms2
lcms2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/bc5fdf5281bde2d762dd322ba2715d45465e4f
/usr/lib64/liblcms2.so.2
/usr/lib64/liblcms2.so.2.0.13
/usr/share/doc/lcms2
/usr/share/doc/lcms2/AUTHORS
/usr/share/doc/lcms2/ChangeLog
/usr/share/doc/lcms2/README.1ST
/usr/share/licenses/lcms2
/usr/share/licenses/lcms2/COPYING
References
Summary
In this tutorial we learn how to install lcms2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).