How to Install and Uninstall maven-wagon.noarch Package on Amazon Linux 2
Last updated: November 26,2024
1. Install "maven-wagon.noarch" package
This is a short guide on how to install maven-wagon.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
maven-wagon.noarch
Copied
2. Uninstall "maven-wagon.noarch" package
This tutorial shows how to uninstall maven-wagon.noarch on Amazon Linux 2:
$
sudo yum remove
maven-wagon.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the maven-wagon.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : maven-wagon
Arch : noarch
Version : 2.4
Release : 3.amzn2
Size : 187 k
Repo : amzn2-core/2/x86_64
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)
Available Packages
Name : maven-wagon
Arch : noarch
Version : 2.4
Release : 3.amzn2
Size : 187 k
Repo : amzn2-core/2/x86_64
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)