How To Install apache-commons-beanutils.noarch on Amazon Linux 2

In this tutorial we learn how to install apache-commons-beanutils.noarch in Amazon Linux 2. apache-commons-beanutils.noarch is Java utility methods for accessing and modifying the properties of

Introduction

In this tutorial we learn how to install apache-commons-beanutils.noarch on Amazon Linux 2.

What is apache-commons-beanutils.noarch

The scope of this package is to create a package of Java utility methods for accessing and modifying the properties of arbitrary JavaBeans. No dependencies outside of the JDK are required, so the use of this package is very lightweight.

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

Install apache-commons-beanutils.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 apache-commons-beanutils.noarch using yum by running the following command:

sudo yum -y install apache-commons-beanutils.noarch

How To Uninstall apache-commons-beanutils.noarch on Amazon Linux 2

To uninstall only the apache-commons-beanutils.noarch package we can use the following command:

sudo yum remove apache-commons-beanutils.noarch

apache-commons-beanutils.noarch Package Contents on Amazon Linux 2

/usr/share/doc/apache-commons-beanutils-1.8.3
/usr/share/doc/apache-commons-beanutils-1.8.3/LICENSE.txt
/usr/share/doc/apache-commons-beanutils-1.8.3/NOTICE.txt
/usr/share/doc/apache-commons-beanutils-1.8.3/README.txt
/usr/share/doc/apache-commons-beanutils-1.8.3/RELEASE-NOTES.txt
/usr/share/java/apache-commons-beanutils-bean-collections.jar
/usr/share/java/apache-commons-beanutils-core.jar
/usr/share/java/apache-commons-beanutils.jar
/usr/share/java/commons-beanutils-bean-collections.jar
/usr/share/java/commons-beanutils-core.jar
/usr/share/java/commons-beanutils.jar
/usr/share/maven-effective-poms/JPP-apache-commons-beanutils-bean-collections.pom
/usr/share/maven-effective-poms/JPP-apache-commons-beanutils-core.pom
/usr/share/maven-effective-poms/JPP-apache-commons-beanutils.pom
/usr/share/maven-effective-poms/JPP-commons-beanutils-bean-collections.pom
/usr/share/maven-effective-poms/JPP-commons-beanutils-core.pom
/usr/share/maven-effective-poms/JPP-commons-beanutils.pom
/usr/share/maven-fragments/apache-commons-beanutils.xml
/usr/share/maven-poms/JPP-apache-commons-beanutils-bean-collections.pom
/usr/share/maven-poms/JPP-apache-commons-beanutils-core.pom
/usr/share/maven-poms/JPP-apache-commons-beanutils.pom
/usr/share/maven-poms/JPP-commons-beanutils-bean-collections.pom
/usr/share/maven-poms/JPP-commons-beanutils-core.pom
/usr/share/maven-poms/JPP-commons-beanutils.pom

References

Summary

In this tutorial we learn how to install apache-commons-beanutils.noarch on Amazon Linux 2 using yum.