How to Install and Uninstall netty.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "netty.noarch" package

This is a short guide on how to install netty.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install netty.noarch

2. Uninstall "netty.noarch" package

Here is a brief guide to show you how to uninstall netty.noarch on Fedora 34:

$ sudo dnf remove netty.noarch $ sudo dnf autoremove

3. Information about the netty.noarch package on Fedora 34

Last metadata expiration check: 3:56:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : netty
Version : 4.1.51
Release : 2.fc34
Architecture : noarch
Size : 3.0 M
Source : netty-4.1.51-2.fc34.src.rpm
Repository : fedora
Summary : An asynchronous event-driven network application framework and tools for Java
URL : https://netty.io/
License : ASL 2.0
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.