How To Install icon-naming-utils.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install icon-naming-utils.noarch on Amazon Linux 2.
What is icon-naming-utils.noarch
A script for creating a symlink mapping for deprecated icon names to the new Icon Naming Specification names, for desktop icon themes.
We can use yum to install icon-naming-utils.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install icon-naming-utils.noarch.
Install icon-naming-utils.noarch 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 icon-naming-utils.noarch using yum by running the following command:
sudo yum -y install icon-naming-utils.noarch
How To Uninstall icon-naming-utils.noarch on Amazon Linux 2
To uninstall only the icon-naming-utils.noarch package we can use the following command:
sudo yum remove icon-naming-utils.noarch
icon-naming-utils.noarch Package Contents on Amazon Linux 2
/usr/bin/icon-name-mapping
/usr/share/doc/icon-naming-utils-0.8.90
/usr/share/doc/icon-naming-utils-0.8.90/AUTHORS
/usr/share/doc/icon-naming-utils-0.8.90/COPYING
/usr/share/doc/icon-naming-utils-0.8.90/README
/usr/share/icon-naming-utils
/usr/share/icon-naming-utils/legacy-icon-mapping.dtd
/usr/share/icon-naming-utils/legacy-icon-mapping.xml
/usr/share/pkgconfig/icon-naming-utils.pc
References
Summary
In this tutorial we learn how to install icon-naming-utils.noarch on Amazon Linux 2 using yum.