How to Install and Uninstall maven-shared-utils.src Package on Oracle Linux 9

Last updated: November 29,2024

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

Here is a brief guide to show you how to install maven-shared-utils.src on Oracle Linux 9

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

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

Please follow the instructions below to uninstall maven-shared-utils.src on Oracle Linux 9:

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

3. Information about the maven-shared-utils.src package on Oracle Linux 9

Last metadata expiration check: 1:37:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : maven-shared-utils
Version : 3.3.4
Release : 5.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 228 k
Source : None
Repository : ol9_appstream
Summary : Maven shared utility classes
URL : https://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.