How to Install and Uninstall maven-wagon.noarch Package on Fedora 39

Last updated: May 20,2024

1. Install "maven-wagon.noarch" package

Please follow the step by step instructions below to install maven-wagon.noarch on Fedora 39

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

2. Uninstall "maven-wagon.noarch" package

In this section, we are going to explain the necessary steps to uninstall maven-wagon.noarch on Fedora 39:

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

3. Information about the maven-wagon.noarch package on Fedora 39

Last metadata expiration check: 2:54:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : maven-wagon
Version : 3.5.1
Release : 4.fc39
Architecture : noarch
Size : 107 k
Source : maven-wagon-3.5.1-4.fc39.src.rpm
Repository : fedora
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)