How To Install maven-monitor.noarch on Amazon Linux 2
In this tutorial we learn how to install maven-monitor.noarch in Amazon Linux 2. maven-monitor.noarch is Compatibility Maven monitor artifact
Introduction
In this tutorial we learn how to install maven-monitor.noarch on Amazon Linux 2.
What is maven-monitor.noarch
Maven monitor artifact
We can use yum to install maven-monitor.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-monitor.noarch.
Install maven-monitor.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 maven-monitor.noarch using yum by running the following command:
sudo yum -y install maven-monitor.noarch
How To Uninstall maven-monitor.noarch on Amazon Linux 2
To uninstall only the maven-monitor.noarch package we can use the following command:
sudo yum remove maven-monitor.noarch
maven-monitor.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-monitor-2.2.1
/usr/share/doc/maven-monitor-2.2.1/LICENSE.txt
/usr/share/doc/maven-monitor-2.2.1/NOTICE.txt
/usr/share/java/maven/maven-monitor.jar
/usr/share/maven-effective-poms/JPP.maven-maven-monitor.pom
/usr/share/maven-fragments/maven2-maven-monitor.xml
/usr/share/maven-poms/JPP.maven-maven-monitor.pom
References
Summary
In this tutorial we learn how to install maven-monitor.noarch on Amazon Linux 2 using yum.