How to Install and Uninstall libcommons-net-java Package on Kali Linux

Last updated: May 09,2024

1. Install "libcommons-net-java" package

This guide covers the steps necessary to install libcommons-net-java on Kali Linux

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

2. Uninstall "libcommons-net-java" package

Please follow the guidelines below to uninstall libcommons-net-java on Kali Linux:

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

3. Information about the libcommons-net-java package on Kali Linux

Package: libcommons-net-java
Version: 3.9.0-1
Installed-Size: 335
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libcommons-net-java-doc
Size: 293800
SHA256: d896b5ed233606653967d3fe8597fd8f3ddf08788338875459f5f0761f67fae0
SHA1: 4ddb55e53e759b49d02aa32770e2028434693605
MD5sum: 2e2311991e11fbf9a944984c1fd7b543
Description: 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:
Homepage: https://commons.apache.org/proper/commons-net/
Tag: devel::lang:java, devel::library, implemented-in::java, network::client,
network::service, protocol::finger, protocol::ftp, protocol::nntp,
protocol::pop3, protocol::smtp, protocol::telnet, protocol::tftp,
role::devel-lib, role::program, role::shared-lib, works-with::mail
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-net-java/libcommons-net-java_3.9.0-1_all.deb