How to Install and Uninstall netty Package on openSUSE Leap
Last updated: November 07,2024
1. Install "netty" package
This guide let you learn how to install netty on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
netty
Copied
2. Uninstall "netty" package
This guide let you learn how to uninstall netty on openSUSE Leap:
$
sudo zypper remove
netty
Copied
3. Information about the netty package on openSUSE Leap
Information for package netty:
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : netty
Version : 4.1.100-150200.4.20.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.3 MiB
Installed : No
Status : not installed
Source package : netty-4.1.100-150200.4.20.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.
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : netty
Version : 4.1.100-150200.4.20.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.3 MiB
Installed : No
Status : not installed
Source package : netty-4.1.100-150200.4.20.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.