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

Last updated: May 09,2024

1. Install "libcommons-net-java" package

Here is a brief guide to show you how to install libcommons-net-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcommons-net-java

2. Uninstall "libcommons-net-java" package

This guide let you learn how to uninstall libcommons-net-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcommons-net-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libcommons-net-java
Priority: optional
Section: universe/libs
Installed-Size: 391
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.4-2ubuntu2
Replaces: libcommons-net1-java (<< 1.5)
Suggests: libcommons-net-java-doc
Breaks: libcommons-net1-java (<< 1.5)
Filename: pool/universe/libc/libcommons-net-java/libcommons-net-java_3.4-2ubuntu2_all.deb
Size: 334288
MD5sum: 1fab33c34e5ac5b0f68b39c251f8d953
SHA1: 252e520d3b2b487ba37d7c69a0454b31ffa5f61c
SHA256: 2e9aafd229aac4c4504ce101068567a9d3221ef304e6edcb4f2c310b51188f6a
Description-en: Apache Commons Net - Java client API for basic Internet protocols
The Apache Commons Net library implements the client side of many basic
Internet protocols. The purpose of the library is to provide fundamental
protocol access, not higher-level abstractions. Therefore, some of the
design violates object-oriented design principles. The philosophy is to
make the global functionality of a protocol accessible (e.g., TFTP send
file and receive file) when possible, but also provide access to the
fundamental protocols where applicable so that a programmer may construct
his own custom implementations (e.g, the TFTP packet classes and the TFTP
packet send and receive methods are exposed).
.
The supported protocols include:
* FTP/FTPS
* FTP over HTTP (experimental)
* NNTP
* SMTP(S)
* POP3(S)
* IMAP(S)
* Telnet
* TFTP
* Finger
* Whois
* rexec/rcmd/rlogin
* Time (rdate) and Daytime
* Echo
* Discard
* NTP/SNTP
Description-md5: 17f2b226d0c52354a61f4992bc295d90
Homepage: http://commons.apache.org/net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu