How to Install and Uninstall netty3 Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "netty3" package

Please follow the steps below to install netty3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install netty3

2. Uninstall "netty3" package

Please follow the instructions below to uninstall netty3 on openSuSE Tumbleweed:

$ sudo zypper remove netty3

3. Information about the netty3 package on openSuSE Tumbleweed

Information for package netty3:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : netty3
Version : 3.10.6-16.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : netty3-3.10.6-16.1.src
Upstream URL : https://netty.io/
Summary : An asynchronous event-driven network application framework and tools for Java
Description :
Netty is a NIO client server framework which enables quick and easy
development of network applications such as protocol servers and
clients. It greatly simplifies and streamlines network programming
such as TCP and UDP socket server.
'Quick and easy' doesn't mean that a resulting application will suffer
from a maintainability or a performance issue. Netty has been designed
carefully with the experiences earned from the implementation of a lot
of protocols such as FTP, SMTP, HTTP, and various binary and
text-based legacy protocols. As a result, Netty has succeeded to find
a way to achieve ease of development, performance, stability, and
flexibility without a compromise.

5. The same packages on other Linux Distributions