How To Install lcms2-utils on Fedora 36
Introduction
In this tutorial we learn how to install lcms2-utils
on Fedora 36.
What is lcms2-utils
The lcms2-utils package contains utility applications for lcms2.
We can use yum
or dnf
to install lcms2-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lcms2-utils.
Install lcms2-utils 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-utils
using dnf
by running the following command:
sudo dnf -y install lcms2-utils
Install lcms2-utils 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-utils
using yum
by running the following command:
sudo yum -y install lcms2-utils
How To Uninstall lcms2-utils on Fedora 36
To uninstall only the lcms2-utils
package we can use the following command:
sudo dnf remove lcms2-utils
lcms2-utils Package Contents on Fedora 36
/usr/bin/jpgicc2
/usr/bin/linkicc2
/usr/bin/psicc2
/usr/bin/tificc2
/usr/bin/transicc2
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/34287401dfa54925960a05a69ac400139144a5
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/e347c888128145621fada6d2e7ebbc6d4f946f
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/e7b0f9cae8a7bb18b4abe2d52f8cdcaae96471
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/c7a6b52671e434050e718ab7305ca5a375f99c
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/8f32b310e265a53c083ae9751590d32694107b
/usr/share/man/man1/jpgicc2.1.gz
/usr/share/man/man1/linkicc2.1.gz
/usr/share/man/man1/psicc2.1.gz
/usr/share/man/man1/tificc2.1.gz
/usr/share/man/man1/transicc2.1.gz
References
Summary
In this tutorial we learn how to install lcms2-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).