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

Last updated: October 17,2024

1. Install "enet.x86_64" package

Learn how to install enet.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install enet.x86_64

2. Uninstall "enet.x86_64" package

This guide covers the steps necessary to uninstall enet.x86_64 on Fedora 36:

$ sudo dnf remove enet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:55:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : enet
Version : 1.3.17
Release : 2.fc36
Architecture : x86_64
Size : 36 k
Source : enet-1.3.17-2.fc36.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.