How To Install tigervnc-icons.noarch on Amazon Linux 2

In this tutorial we learn how to install tigervnc-icons.noarch in Amazon Linux 2. tigervnc-icons.noarch is Icons for TigerVNC viewer

Introduction

In this tutorial we learn how to install tigervnc-icons.noarch on Amazon Linux 2.

What is tigervnc-icons.noarch

This package contains icons for TigerVNC viewer

We can use yum to install tigervnc-icons.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tigervnc-icons.noarch.

Install tigervnc-icons.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 tigervnc-icons.noarch using yum by running the following command:

sudo yum -y install tigervnc-icons.noarch

How To Uninstall tigervnc-icons.noarch on Amazon Linux 2

To uninstall only the tigervnc-icons.noarch package we can use the following command:

sudo yum remove tigervnc-icons.noarch

tigervnc-icons.noarch Package Contents on Amazon Linux 2

/usr/share/icons/hicolor/16x16/apps/tigervnc.png
/usr/share/icons/hicolor/22x22/apps/tigervnc.png
/usr/share/icons/hicolor/24x24/apps/tigervnc.png
/usr/share/icons/hicolor/32x32/apps/tigervnc.png
/usr/share/icons/hicolor/48x48/apps/tigervnc.png
/usr/share/icons/hicolor/scalable/apps/tigervnc.svg

References

Summary

In this tutorial we learn how to install tigervnc-icons.noarch on Amazon Linux 2 using yum.