How To Install xmvn-core on Fedora 36
Introduction
In this tutorial we learn how to install xmvn-core
on Fedora 36.
What is xmvn-core
This package provides XMvn API and XMvn Core modules, which implement the essential functionality of XMvn such as resolution of artifacts from system repository.
We can use yum
or dnf
to install xmvn-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmvn-core.
Install xmvn-core 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 xmvn-core
using dnf
by running the following command:
sudo dnf -y install xmvn-core
Install xmvn-core 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 xmvn-core
using yum
by running the following command:
sudo yum -y install xmvn-core
How To Uninstall xmvn-core on Fedora 36
To uninstall only the xmvn-core
package we can use the following command:
sudo dnf remove xmvn-core
xmvn-core Package Contents on Fedora 36
/usr/share/doc/xmvn-core
/usr/share/doc/xmvn-core/AUTHORS
/usr/share/doc/xmvn-core/README.md
/usr/share/java/xmvn
/usr/share/java/xmvn/xmvn-api.jar
/usr/share/java/xmvn/xmvn-core.jar
/usr/share/licenses/xmvn-core
/usr/share/licenses/xmvn-core/LICENSE
/usr/share/licenses/xmvn-core/NOTICE
/usr/share/maven-metadata/xmvn-core.xml
/usr/share/maven-poms/xmvn
/usr/share/maven-poms/xmvn/xmvn-api.pom
/usr/share/maven-poms/xmvn/xmvn-core.pom
/usr/share/maven-poms/xmvn/xmvn-parent.pom
References
Summary
In this tutorial we learn how to install xmvn-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).