How to Install and Uninstall netcomponents Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "netcomponents" package

This tutorial shows how to install netcomponents on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install netcomponents

2. Uninstall "netcomponents" package

In this section, we are going to explain the necessary steps to uninstall netcomponents on openSuSE Tumbleweed:

$ sudo zypper remove netcomponents

3. Information about the netcomponents package on openSuSE Tumbleweed

Information for package netcomponents:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : netcomponents
Version : 1.3.8-302.1
Arch : noarch
Vendor : openSUSE
Installed Size : 134.7 KiB
Installed : No
Status : not installed
Source package : netcomponents-1.3.8-302.1.src
Upstream URL : https://www.savarese.org/java/
Summary : Internet Protocol Suite Java Library
Description :
NetComponents is an Internet protocol suite Java library originally
developed by ORO, Inc. This version supports Finger, Whois, TFTP,
Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like
Time and Echo as well as BSD R command support. 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. Its philosophy is to make the global functionality
of a protocal accesible (for example, TFTP send file and receive file)
when possible, but also provide access to the fundamental protocols
where applicable so that the programmer can construct custom
implementations (for example, the TFTP packet classes and the TFTP
packet send and receive methods are exposed).

5. The same packages on other Linux Distributions