How To Install sisu-mojos on Fedora 36
Introduction
In this tutorial we learn how to install sisu-mojos
on Fedora 36.
What is sisu-mojos
The Sisu Plugin for Maven provides mojos to generate META-INF/sisu/javax.inject.Named index files for the Sisu container.
We can use yum
or dnf
to install sisu-mojos
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sisu-mojos.
Install sisu-mojos 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 sisu-mojos
using dnf
by running the following command:
sudo dnf -y install sisu-mojos
Install sisu-mojos 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 sisu-mojos
using yum
by running the following command:
sudo yum -y install sisu-mojos
How To Uninstall sisu-mojos on Fedora 36
To uninstall only the sisu-mojos
package we can use the following command:
sudo dnf remove sisu-mojos
sisu-mojos Package Contents on Fedora 36
/usr/share/doc/sisu-mojos
/usr/share/doc/sisu-mojos/LICENSE.txt
/usr/share/java/sisu-mojos
/usr/share/java/sisu-mojos/sisu-maven-plugin.jar
/usr/share/maven-metadata/sisu-mojos.xml
/usr/share/maven-poms/sisu-mojos
/usr/share/maven-poms/sisu-mojos/sisu-maven-plugin.pom
References
Summary
In this tutorial we learn how to install sisu-mojos
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).