How To Install sisu on Fedora 36
Introduction
In this tutorial we learn how to install sisu
on Fedora 36.
What is sisu
Java dependency injection framework with backward support for plexus and bean style dependency injection.
We can use yum
or dnf
to install sisu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sisu.
Install sisu 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
using dnf
by running the following command:
sudo dnf -y install sisu
Install sisu 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
using yum
by running the following command:
sudo yum -y install sisu
How To Uninstall sisu on Fedora 36
To uninstall only the sisu
package we can use the following command:
sudo dnf remove sisu
sisu Package Contents on Fedora 36
/usr/share/java/org.eclipse.sisu.inject.jar
/usr/share/java/org.eclipse.sisu.plexus.jar
/usr/share/licenses/sisu
/usr/share/licenses/sisu/LICENSE.txt
/usr/share/maven-metadata/sisu.xml
/usr/share/maven-poms/org.eclipse.sisu.inject.pom
/usr/share/maven-poms/org.eclipse.sisu.plexus.pom
References
Summary
In this tutorial we learn how to install sisu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).