How to Install and Uninstall maven-wagon.noarch Package on Oracle Linux 9

Last updated: July 02,2024

1. Install "maven-wagon.noarch" package

In this section, we are going to explain the necessary steps to install maven-wagon.noarch on Oracle Linux 9

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

2. Uninstall "maven-wagon.noarch" package

This guide let you learn how to uninstall maven-wagon.noarch on Oracle Linux 9:

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

3. Information about the maven-wagon.noarch package on Oracle Linux 9

Last metadata expiration check: 1:22:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : maven-wagon
Version : 3.4.2
Release : 7.el9
Architecture : noarch
Size : 126 k
Source : maven-wagon-3.4.2-7.el9.src.rpm
Repository : ol9_appstream
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)