How to Install and Uninstall maven-shared-utils.noarch Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "maven-shared-utils.noarch" package

Please follow the steps below to install maven-shared-utils.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install maven-shared-utils.noarch

2. Uninstall "maven-shared-utils.noarch" package

Please follow the guidelines below to uninstall maven-shared-utils.noarch on Oracle Linux 8:

$ sudo dnf remove maven-shared-utils.noarch $ sudo dnf autoremove

3. Information about the maven-shared-utils.noarch package on Oracle Linux 8

Last metadata expiration check: 0:59:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : maven-shared-utils
Version : 3.2.1
Release : 0.2.module+el8.6.0+20674+d36d0344
Architecture : noarch
Size : 165 k
Source : maven-shared-utils-3.2.1-0.2.module+el8.6.0+20674+d36d0344.src.rpm
Repository : ol8_appstream
Summary : Maven shared utility classes
URL : http://maven.apache.org/shared/maven-shared-utils
License : ASL 2.0
Description : This project aims to be a functional replacement for plexus-utils in Maven.
:
: It is not a 100% API compatible replacement though but a replacement with
: improvements: lots of methods got cleaned up, generics got added and we dropped
: a lot of unused code.