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

Last updated: November 28,2024

1. Install "maven-wagon.src" package

Here is a brief guide to show you how to install maven-wagon.src on Oracle Linux 8

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

2. Uninstall "maven-wagon.src" package

Learn how to uninstall maven-wagon.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:53:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : maven-wagon
Version : 3.3.4
Release : 2.module+el8.6.0+20615+edd0bff8
Architecture : src
Size : 489 k
Source : None
Repository : ol8_appstream
Summary : Tools to manage artifacts and deployment
URL : http://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)