How To Install libicns-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libicns-devel.x86_64 in Amazon Linux 2. libicns-devel.x86_64 is Development files for libicns

Introduction

In this tutorial we learn how to install libicns-devel.x86_64 on Amazon Linux 2.

What is libicns-devel.x86_64

The libicns-devel package contains libraries and header files for developing applications that use libicns.

We can use yum to install libicns-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 libicns-devel.x86_64.

Install libicns-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 libicns-devel.x86_64 using yum by running the following command:

sudo yum -y install libicns-devel.x86_64

How To Uninstall libicns-devel.x86_64 on Amazon Linux 2

To uninstall only the libicns-devel.x86_64 package we can use the following command:

sudo yum remove libicns-devel.x86_64

libicns-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/icns.h
/usr/lib64/libicns.so
/usr/lib64/pkgconfig/libicns.pc
/usr/share/doc/libicns-devel-0.8.1
/usr/share/doc/libicns-devel-0.8.1/apidocs.html
/usr/share/doc/libicns-devel-0.8.1/apidocs.txt

References

Summary

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