How To Install xbean.noarch on Amazon Linux 2

In this tutorial we learn how to install xbean.noarch in Amazon Linux 2. xbean.noarch is Java plugin based web server

Introduction

In this tutorial we learn how to install xbean.noarch on Amazon Linux 2.

What is xbean.noarch

The goal of XBean project is to create a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, we include support for multiple IoC systems, support for running with no IoC system, JMX without JMX code, lifecycle and class loader management, and a rock solid Spring integration.

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

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

sudo yum -y install xbean.noarch

How To Uninstall xbean.noarch on Amazon Linux 2

To uninstall only the xbean.noarch package we can use the following command:

sudo yum remove xbean.noarch

xbean.noarch Package Contents on Amazon Linux 2

/usr/share/doc/xbean-3.13
/usr/share/doc/xbean-3.13/LICENSE
/usr/share/doc/xbean-3.13/NOTICE
/usr/share/java/xbean
/usr/share/java/xbean/xbean-bundleutils.jar
/usr/share/java/xbean/xbean-classpath.jar
/usr/share/java/xbean/xbean-finder.jar
/usr/share/java/xbean/xbean-naming.jar
/usr/share/java/xbean/xbean-reflect.jar
/usr/share/maven-effective-poms/JPP.xbean-xbean-bundleutils.pom
/usr/share/maven-effective-poms/JPP.xbean-xbean-classpath.pom
/usr/share/maven-effective-poms/JPP.xbean-xbean-finder.pom
/usr/share/maven-effective-poms/JPP.xbean-xbean-naming.pom
/usr/share/maven-effective-poms/JPP.xbean-xbean-reflect.pom
/usr/share/maven-fragments/xbean.xml
/usr/share/maven-poms/JPP.xbean-xbean-bundleutils.pom
/usr/share/maven-poms/JPP.xbean-xbean-classpath.pom
/usr/share/maven-poms/JPP.xbean-xbean-finder.pom
/usr/share/maven-poms/JPP.xbean-xbean-naming.pom
/usr/share/maven-poms/JPP.xbean-xbean-reflect.pom
/usr/share/maven-poms/JPP.xbean-xbean.pom

References

Summary

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