How to Install and Uninstall maven-shared-utils.noarch Package on Rocky Linux 9

Last updated: November 24,2024

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

This is a short guide on how to install maven-shared-utils.noarch on Rocky Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall maven-shared-utils.noarch on Rocky Linux 9:

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

3. Information about the maven-shared-utils.noarch package on Rocky Linux 9

Last metadata expiration check: 2:16:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : maven-shared-utils
Version : 3.3.4
Release : 3.el9
Architecture : noarch
Size : 150 k
Source : maven-shared-utils-3.3.4-3.el9.src.rpm
Repository : 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.