How To Install apache-commons-parent.noarch on Amazon Linux 2
In this tutorial we learn how to install apache-commons-parent.noarch in Amazon Linux 2. apache-commons-parent.noarch is Apache Commons Parent Pom
Introduction
In this tutorial we learn how to install apache-commons-parent.noarch
on Amazon Linux 2.
What is apache-commons-parent.noarch
The Project Object Model files for the apache-commons packages.
We can use yum
to install apache-commons-parent.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-parent.noarch.
Install apache-commons-parent.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-parent.noarch
using yum
by running the following command:
sudo yum -y install apache-commons-parent.noarch
How To Uninstall apache-commons-parent.noarch on Amazon Linux 2
To uninstall only the apache-commons-parent.noarch
package we can use the following command:
sudo yum remove apache-commons-parent.noarch
apache-commons-parent.noarch Package Contents on Amazon Linux 2
/usr/share/doc/apache-commons-parent-26
/usr/share/doc/apache-commons-parent-26/LICENSE.txt
/usr/share/doc/apache-commons-parent-26/NOTICE.txt
/usr/share/maven-fragments/apache-commons-parent.xml
/usr/share/maven-poms/JPP.apache-commons-parent-commons-parent.pom
References
Summary
In this tutorial we learn how to install apache-commons-parent.noarch
on Amazon Linux 2 using yum.