How To Install tigervnc-server-applet.noarch on Amazon Linux 2

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

Introduction

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

What is tigervnc-server-applet.noarch

The Java TigerVNC viewer applet for web browsers. Install this package to allow clients to use web browser when connect to the TigerVNC server.

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

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

sudo yum -y install tigervnc-server-applet.noarch

How To Uninstall tigervnc-server-applet.noarch on Amazon Linux 2

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

sudo yum remove tigervnc-server-applet.noarch

tigervnc-server-applet.noarch Package Contents on Amazon Linux 2

/usr/share/doc/tigervnc-server-applet-1.8.0
/usr/share/doc/tigervnc-server-applet-1.8.0/README
/usr/share/vnc/classes/VncViewer.jar
/usr/share/vnc/classes/index.vnc

References

Summary

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