How to Install and Uninstall maven.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "maven.noarch" package

Please follow the step by step instructions below to install maven.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install maven.noarch

2. Uninstall "maven.noarch" package

Please follow the guidelines below to uninstall maven.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove maven.noarch $ sudo dnf autoremove

3. Information about the maven.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:27:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : maven
Epoch : 1
Version : 3.6.3
Release : 15.el9
Architecture : noarch
Size : 21 k
Source : maven-3.6.3-15.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Java project management and project comprehension tool
URL : https://maven.apache.org/
License : ASL 2.0 and MIT
Description : Maven is a software project management and comprehension tool. Based on the
: concept of a project object model (POM), Maven can manage a project's build,
: reporting and documentation from a central piece of information.