How To Install icedtea-web-devel.noarch on Amazon Linux 2

In this tutorial we learn how to install icedtea-web-devel.noarch in Amazon Linux 2. icedtea-web-devel.noarch is pure sources for debugging IcedTea-Web

Introduction

In this tutorial we learn how to install icedtea-web-devel.noarch on Amazon Linux 2.

What is icedtea-web-devel.noarch

This package contains ziped sources of the IcedTea-Web project.

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

Install icedtea-web-devel.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 icedtea-web-devel.noarch using yum by running the following command:

sudo yum -y install icedtea-web-devel.noarch

How To Uninstall icedtea-web-devel.noarch on Amazon Linux 2

To uninstall only the icedtea-web-devel.noarch package we can use the following command:

sudo yum remove icedtea-web-devel.noarch

icedtea-web-devel.noarch Package Contents on Amazon Linux 2

/usr/share/icedtea-web/netx.src.zip
/usr/share/icedtea-web/plugin.src.zip
/usr/share/licenses/icedtea-web-devel-1.7.1
/usr/share/licenses/icedtea-web-devel-1.7.1/COPYING

References

Summary

In this tutorial we learn how to install icedtea-web-devel.noarch on Amazon Linux 2 using yum.