How to Install and Uninstall plexus-classworlds.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "plexus-classworlds.noarch" package

In this section, we are going to explain the necessary steps to install plexus-classworlds.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install plexus-classworlds.noarch

2. Uninstall "plexus-classworlds.noarch" package

Please follow the instructions below to uninstall plexus-classworlds.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove plexus-classworlds.noarch $ sudo dnf autoremove

3. Information about the plexus-classworlds.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:32:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : plexus-classworlds
Version : 2.5.2
Release : 9.module_el8.0.0+39+6a9b6e22
Architecture : noarch
Size : 65 k
Source : plexus-classworlds-2.5.2-9.module_el8.0.0+39+6a9b6e22.src.rpm
Repository : appstream
Summary : Plexus Classworlds Classloader Framework
URL : https://github.com/codehaus-plexus/plexus-classworlds
License : ASL 2.0 and Plexus
Description : Classworlds is a framework for container developers
: who require complex manipulation of Java's ClassLoaders.
: Java's native ClassLoader mechanisms and classes can cause
: much headache and confusion for certain types of
: application developers. Projects which involve dynamic
: loading of components or otherwise represent a 'container'
: can benefit from the classloading control provided by
: classworlds.