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

Last updated: October 06,2024

1. Install "maven-wagon.noarch" package

In this section, we are going to explain the necessary steps to install maven-wagon.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install maven-wagon.noarch

2. Uninstall "maven-wagon.noarch" package

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

$ sudo dnf remove maven-wagon.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:44:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : maven-wagon
Version : 3.4.2
Release : 7.el9
Architecture : noarch
Size : 116 k
Source : maven-wagon-3.4.2-7.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Tools to manage artifacts and deployment
URL : https://maven.apache.org/wagon
License : ASL 2.0
Description : Maven Wagon is a transport abstraction that is used in Maven's
: artifact and repository handling code. Currently wagon has the
: following providers:
: * File
: * HTTP
: * FTP
: * SSH/SCP
: * WebDAV
: * SCM (in progress)