How To Install libicns-utils on Rocky Linux 8

In this tutorial we learn how to install libicns-utils on Rocky Linux 8. libicns-utils is Utilities for libicns

Introduction

In this tutorial we learn how to install libicns-utils on Rocky Linux 8.

What is libicns-utils

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 or dnf to install libicns-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libicns-utils.

Install libicns-utils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libicns-utils using dnf by running the following command:

sudo dnf -y install libicns-utils

Install libicns-utils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libicns-utils

How To Uninstall libicns-utils on Rocky Linux 8

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

sudo dnf remove libicns-utils

libicns-utils Package Contents on Rocky Linux 8

/usr/bin/icns2png
/usr/bin/icontainer2icns
/usr/bin/png2icns
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/c014c13ba152aa702a7156968fe21ec51e87b1
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/a7aff9d87b550ca38f2f732e188c4f0f4dd0ab
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/e3318916efe6006e017acc567e4591bbdf752d
/usr/share/doc/libicns-utils
/usr/share/doc/libicns-utils/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 on Rocky Linux 8 using yum and dnf.