How To Install plexus-archiver on Fedora 36
Introduction
In this tutorial we learn how to install plexus-archiver
on Fedora 36.
What is plexus-archiver
The Plexus project seeks to create end-to-end developer tools for writing applications. At the core is the container, which can be embedded or for a full scale application server. There are many reusable components for hibernate, form processing, jndi, i18n, velocity, etc. Plexus also includes an application server which is like a J2EE application server, without all the baggage.
We can use yum
or dnf
to install plexus-archiver
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install plexus-archiver.
Install plexus-archiver 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 plexus-archiver
using dnf
by running the following command:
sudo dnf -y install plexus-archiver
Install plexus-archiver 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 plexus-archiver
using yum
by running the following command:
sudo yum -y install plexus-archiver
How To Uninstall plexus-archiver on Fedora 36
To uninstall only the plexus-archiver
package we can use the following command:
sudo dnf remove plexus-archiver
plexus-archiver Package Contents on Fedora 36
/usr/share/java/plexus
/usr/share/java/plexus/archiver.jar
/usr/share/licenses/plexus-archiver
/usr/share/licenses/plexus-archiver/LICENSE
/usr/share/maven-metadata/plexus-archiver.xml
/usr/share/maven-poms/plexus
/usr/share/maven-poms/plexus/archiver.pom
References
Summary
In this tutorial we learn how to install plexus-archiver
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).