How to Install and Uninstall maven-wagon.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "maven-wagon.noarch" package

Please follow the instructions below to install maven-wagon.noarch on CentOS Stream 9

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

2. Uninstall "maven-wagon.noarch" package

This tutorial shows how to uninstall maven-wagon.noarch on CentOS Stream 9:

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

3. Information about the maven-wagon.noarch package on CentOS Stream 9

Last metadata expiration check: 1:20:46 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : maven-wagon
Version : 3.4.2
Release : 7.el9
Architecture : noarch
Size : 112 k
Source : maven-wagon-3.4.2-7.el9.src.rpm
Repository : 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)