How to Install and Uninstall netcomponents Package on openSUSE Leap

Last updated: May 23,2024

1. Install "netcomponents" package

This tutorial shows how to install netcomponents on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install netcomponents

2. Uninstall "netcomponents" package

Learn how to uninstall netcomponents on openSUSE Leap:

$ sudo zypper remove netcomponents

3. Information about the netcomponents package on openSUSE Leap

Information for package netcomponents:
--------------------------------------
Repository : Main Repository
Name : netcomponents
Version : 1.3.8-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 133.8 KiB
Installed : No
Status : not installed
Source package : netcomponents-1.3.8-bp155.2.12.src
Upstream URL : http://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