How to Install and Uninstall libwagon-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libwagon-java" package

This is a short guide on how to install libwagon-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwagon-java

2. Uninstall "libwagon-java" package

This tutorial shows how to uninstall libwagon-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libwagon-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libwagon-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libwagon-java
Priority: optional
Section: universe/libs
Installed-Size: 303
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: wagon
Version: 1.0.0-7
Depends: libcommons-httpclient-java, libcommons-io-java, libcommons-logging-java, libcommons-net2-java, libjsch-java (>= 0.1.53), libjsoup-java, libplexus-interactivity-api-java, libplexus-utils-java
Suggests: libwagon-java-doc
Filename: pool/universe/w/wagon/libwagon-java_1.0.0-7_all.deb
Size: 132704
MD5sum: 9e35772bc2e4df29bf8671353bfbe3b3
SHA1: 3263e7e255fd4432bf08959b0c7b27679e2361a2
SHA256: a0396f3dcf08b1e39a4b55109719cc2588e61352ce5433abd77c6d9738d1a760
Description-en: tools to manage Maven artifacts and deployment
The Wagon project defines a simple API for transferring resources
(artifacts) to and from repositories. The word repository is used in this
context as it is commonly used in Maven and means a storage of artifacts.
.
It is also used to deploy the Maven generated site to a server.
.
This package contains the following Jars:
.
wagon-file
Implementation of Wagon provider for File system access.
wagon-ftp
Implementation of Wagon provider for FTP access.
wagon-http
Implementation of Wagon provider for HTTP access.
wagon-http-lightweight
Implementation of Wagon provider for HTTP access. It uses standard
JDK classes as lower lever layer.
It enables Maven to use remote repositories stored in HTTP servers.
It doesn't allow deployment.
wagon-http-shared
This package is a shared Library for the wagon-http, and
wagon-http-lightweight wagon providers
wagon-ssh
Implementation of Wagon provider for SCP and SFTP access.
It enables Maven to deploy artifacts and sites to SSH servers. It
uses JSch (Java Secure Channel) as lower level layer.
wagon-ssh-common
Implementation of Wagon provider for SCP and SFTP access. It
enables Maven to deploy artifacts and sites to SSH servers.
Getting files from SSH servers is not fully tested.
wagon-ssh-external
Implementation of Wagon provider for SSH servers access. It
enables Maven to deploy artifacts and sites to SSH servers.
It uses an external SSH program that has to be already installed
in the system. Getting files from SSH servers is not fully tested.
Description-md5: 4c4baae1f21c0540b1181edc4ca898f8
Homepage: http://maven.apache.org/wagon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu