How To Install modello.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install modello.noarch
on Amazon Linux 2.
What is modello.noarch
Modello is a Data Model toolkit in use by the Apache Maven Project. Modello is a framework for code generation from a simple model. Modello generates code from a simple model format based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML marshallers/unmarshallers, XSD and documentation.
We can use yum
to install modello.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install modello.noarch.
Install modello.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 modello.noarch
using yum
by running the following command:
sudo yum -y install modello.noarch
How To Uninstall modello.noarch on Amazon Linux 2
To uninstall only the modello.noarch
package we can use the following command:
sudo yum remove modello.noarch
modello.noarch Package Contents on Amazon Linux 2
/usr/bin/modello
/usr/share/doc/modello-1.7
/usr/share/doc/modello-1.7/LICENSE
/usr/share/java/modello
/usr/share/java/modello/modello-core.jar
/usr/share/java/modello/modello-maven-plugin.jar
/usr/share/java/modello/modello-plugin-converters.jar
/usr/share/java/modello/modello-plugin-dom4j.jar
/usr/share/java/modello/modello-plugin-java.jar
/usr/share/java/modello/modello-plugin-jdom.jar
/usr/share/java/modello/modello-plugin-stax.jar
/usr/share/java/modello/modello-plugin-xdoc.jar
/usr/share/java/modello/modello-plugin-xml.jar
/usr/share/java/modello/modello-plugin-xpp3.jar
/usr/share/java/modello/modello-plugin-xsd.jar
/usr/share/java/modello/modello-test.jar
/usr/share/maven-effective-poms/JPP.modello-modello-core.pom
/usr/share/maven-effective-poms/JPP.modello-modello-maven-plugin.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-converters.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-dom4j.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-java.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-jdom.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-stax.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-xdoc.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-xml.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-xpp3.pom
/usr/share/maven-effective-poms/JPP.modello-modello-plugin-xsd.pom
/usr/share/maven-effective-poms/JPP.modello-modello-test.pom
/usr/share/maven-fragments/modello.xml
/usr/share/maven-poms/JPP.modello-modello-core.pom
/usr/share/maven-poms/JPP.modello-modello-maven-plugin.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-converters.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-dom4j.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-java.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-jdom.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-stax.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-xdoc.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-xml.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-xpp3.pom
/usr/share/maven-poms/JPP.modello-modello-plugin-xsd.pom
/usr/share/maven-poms/JPP.modello-modello-plugins.pom
/usr/share/maven-poms/JPP.modello-modello-test.pom
/usr/share/maven-poms/JPP.modello-modello.pom
References
Summary
In this tutorial we learn how to install modello.noarch
on Amazon Linux 2 using yum.