How To Install lcms2-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install lcms2-devel.x86_64 in Amazon Linux 2. lcms2-devel.x86_64 is Development files for LittleCMS
Introduction
In this tutorial we learn how to install lcms2-devel.x86_64 on Amazon Linux 2.
What is lcms2-devel.x86_64
Development files for LittleCMS.
We can use yum to install lcms2-devel.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-devel.x86_64.
Install lcms2-devel.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-devel.x86_64 using yum by running the following command:
sudo yum -y install lcms2-devel.x86_64
How To Uninstall lcms2-devel.x86_64 on Amazon Linux 2
To uninstall only the lcms2-devel.x86_64 package we can use the following command:
sudo yum remove lcms2-devel.x86_64
lcms2-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/lcms2.h
/usr/include/lcms2_plugin.h
/usr/lib64/liblcms2.so
/usr/lib64/pkgconfig/lcms2.pc
/usr/share/doc/lcms2-devel-2.6/api.pdf
/usr/share/doc/lcms2-devel-2.6/plugin-api.pdf
/usr/share/doc/lcms2-devel-2.6/tutorial.pdf
References
Summary
In this tutorial we learn how to install lcms2-devel.x86_64 on Amazon Linux 2 using yum.