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

In this tutorial we learn how to install libicns-utils.x86_64 in Amazon Linux 2. libicns-utils.x86_64 is Utilities for libicns

Introduction

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

What is libicns-utils.x86_64

icns2png - convert Mac OS icns files to png images png2icns - convert png images to Mac OS icns files icontainer2icns - extract icns files from icontainers

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

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

sudo yum -y install libicns-utils.x86_64

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

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

sudo yum remove libicns-utils.x86_64

libicns-utils.x86_64 Package Contents on Amazon Linux 2

/usr/bin/icns2png
/usr/bin/icontainer2icns
/usr/bin/png2icns
/usr/share/doc/libicns-utils-0.8.1
/usr/share/doc/libicns-utils-0.8.1/README
/usr/share/man/man1/icns2png.1.gz
/usr/share/man/man1/icontainer2icns.1.gz
/usr/share/man/man1/png2icns.1.gz

References

Summary

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