How To Install lcms2-utils.x86_64 on Amazon Linux 2

In this tutorial we learn how to install lcms2-utils.x86_64 in Amazon Linux 2. lcms2-utils.x86_64 is Utility applications for lcms2

Introduction

In this tutorial we learn how to install lcms2-utils.x86_64 on Amazon Linux 2.

What is lcms2-utils.x86_64

The lcms2-utils package contains utility applications for lcms2.

We can use yum to install lcms2-utils.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lcms2-utils.x86_64.

Install lcms2-utils.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lcms2-utils.x86_64 using yum by running the following command:

sudo yum -y install lcms2-utils.x86_64

How To Uninstall lcms2-utils.x86_64 on Amazon Linux 2

To uninstall only the lcms2-utils.x86_64 package we can use the following command:

sudo yum remove lcms2-utils.x86_64

lcms2-utils.x86_64 Package Contents on Amazon Linux 2

/usr/bin/jpgicc2
/usr/bin/linkicc2
/usr/bin/psicc2
/usr/bin/tificc2
/usr/bin/transicc2
/usr/share/man/man1/jpgicc2.1.gz
/usr/share/man/man1/tificc2.1.gz

References

Summary

In this tutorial we learn how to install lcms2-utils.x86_64 on Amazon Linux 2 using yum.