How To Install maven-archetype-catalog on Fedora 36
Introduction
In this tutorial we learn how to install maven-archetype-catalog on Fedora 36.
What is maven-archetype-catalog
Maven Archetype Catalog model.
We can use yum or dnf to install maven-archetype-catalog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install maven-archetype-catalog.
Install maven-archetype-catalog on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install maven-archetype-catalog using dnf by running the following command:
sudo dnf -y install maven-archetype-catalog
Install maven-archetype-catalog on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install maven-archetype-catalog using yum by running the following command:
sudo yum -y install maven-archetype-catalog
How To Uninstall maven-archetype-catalog on Fedora 36
To uninstall only the maven-archetype-catalog package we can use the following command:
sudo dnf remove maven-archetype-catalog
maven-archetype-catalog Package Contents on Fedora 36
/usr/share/java/maven-archetype
/usr/share/java/maven-archetype/archetype-catalog.jar
/usr/share/maven-metadata/maven-archetype-archetype-catalog.xml
/usr/share/maven-poms/maven-archetype
/usr/share/maven-poms/maven-archetype/archetype-catalog.pom
References
Summary
In this tutorial we learn how to install maven-archetype-catalog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).