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

Last updated: October 11,2024

1. Install "maven.noarch" package

Learn how to install maven.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install maven.noarch

2. Uninstall "maven.noarch" package

Here is a brief guide to show you how to uninstall maven.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove maven.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:58:43 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : maven
Epoch : 1
Version : 3.5.4
Release : 5.module+el8+2452+b359bfcd
Architecture : noarch
Size : 27 k
Source : maven-3.5.4-5.module+el8+2452+b359bfcd.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Java project management and project comprehension tool
URL : http://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.