How To Install sisu-plexus on Rocky Linux 8

In this tutorial we learn how to install sisu-plexus on Rocky Linux 8. sisu-plexus is Sisu Plexus

Introduction

In this tutorial we learn how to install sisu-plexus on Rocky Linux 8.

What is sisu-plexus

This package contains Sisu Plexus.

We can use yum or dnf to install sisu-plexus on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install sisu-plexus.

Install sisu-plexus on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sisu-plexus using dnf by running the following command:

sudo dnf -y install sisu-plexus

Install sisu-plexus on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sisu-plexus using yum by running the following command:

sudo yum -y install sisu-plexus

How To Uninstall sisu-plexus on Rocky Linux 8

To uninstall only the sisu-plexus package we can use the following command:

sudo dnf remove sisu-plexus

sisu-plexus Package Contents on Rocky Linux 8

/usr/share/java/org.eclipse.sisu.plexus.jar
/usr/share/maven-metadata/sisu-plexus.xml
/usr/share/maven-poms/org.eclipse.sisu.plexus.pom

References

Summary

In this tutorial we learn how to install sisu-plexus on Rocky Linux 8 using yum and dnf.