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

Last updated: September 20,2024

1. Install "maven-wagon.src" package

Please follow the step by step instructions below to install maven-wagon.src on Oracle Linux 9

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

2. Uninstall "maven-wagon.src" package

Please follow the guidelines below to uninstall maven-wagon.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:44:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : maven-wagon
Version : 3.5.1
Release : 2.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 481 k
Source : None
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)