How to Install and Uninstall plexus-containers.src Package on Oracle Linux 8

Last updated: November 28,2024

1. Install "plexus-containers.src" package

This tutorial shows how to install plexus-containers.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install plexus-containers.src

2. Uninstall "plexus-containers.src" package

This is a short guide on how to uninstall plexus-containers.src on Oracle Linux 8:

$ sudo dnf remove plexus-containers.src $ sudo dnf autoremove

3. Information about the plexus-containers.src package on Oracle Linux 8

Last metadata expiration check: 5:47:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : plexus-containers
Version : 2.1.0
Release : 2.module+el8.6.0+20615+edd0bff8
Architecture : src
Size : 362 k
Source : None
Repository : ol8_appstream
Summary : Containers for Plexus
URL : https://github.com/codehaus-plexus/plexus-containers
License : ASL 2.0 and MIT and xpp
Description : 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.