How To Install joda-convert.noarch on Amazon Linux 2
In this tutorial we learn how to install joda-convert.noarch in Amazon Linux 2. joda-convert.noarch is Java library for conversion to and from standard string formats
Introduction
In this tutorial we learn how to install joda-convert.noarch on Amazon Linux 2.
What is joda-convert.noarch
Java library to enable conversion to and from standard string formats.
We can use yum to install joda-convert.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install joda-convert.noarch.
Install joda-convert.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 joda-convert.noarch using yum by running the following command:
sudo yum -y install joda-convert.noarch
How To Uninstall joda-convert.noarch on Amazon Linux 2
To uninstall only the joda-convert.noarch package we can use the following command:
sudo yum remove joda-convert.noarch
joda-convert.noarch Package Contents on Amazon Linux 2
/usr/share/doc/joda-convert-1.3
/usr/share/doc/joda-convert-1.3/LICENSE.txt
/usr/share/doc/joda-convert-1.3/NOTICE.txt
/usr/share/doc/joda-convert-1.3/RELEASE-NOTES.txt
/usr/share/java/joda-convert.jar
/usr/share/maven-effective-poms/JPP-joda-convert.pom
/usr/share/maven-fragments/joda-convert.xml
/usr/share/maven-poms/JPP-joda-convert.pom
References
Summary
In this tutorial we learn how to install joda-convert.noarch on Amazon Linux 2 using yum.