How to Install and Uninstall enet.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "enet.x86_64" package

This tutorial shows how to install enet.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install enet.x86_64

2. Uninstall "enet.x86_64" package

Please follow the guidance below to uninstall enet.x86_64 on Fedora 34:

$ sudo dnf remove enet.x86_64 $ sudo dnf autoremove

3. Information about the enet.x86_64 package on Fedora 34

Last metadata expiration check: 3:39:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : enet
Version : 1.3.16
Release : 2.fc34
Architecture : x86_64
Size : 36 k
Source : enet-1.3.16-2.fc34.src.rpm
Repository : fedora
Summary : Thin, simple and robust network layer on top of UDP
URL : http://enet.bespin.org
License : MIT
Description : ENet is a relatively thin, simple and robust network communication layer on
: top of UDP (User Datagram Protocol). The primary feature it provides is
: optional reliable, in-order delivery of packets.
:
: ENet is NOT intended to be a general purpose high level networking library
: that handles authentication, lobbying, server discovery, compression,
: encryption and other high level, often application level or dependent tasks.