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

Last updated: October 10,2024

1. Install "maven-wagon.noarch" package

This is a short guide on how to install maven-wagon.noarch on AlmaLinux 9

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

2. Uninstall "maven-wagon.noarch" package

Here is a brief guide to show you how to uninstall maven-wagon.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:30:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : maven-wagon
Version : 3.4.2
Release : 7.el9
Architecture : noarch
Size : 111 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)