How to Install and Uninstall enet.i686 Package on Fedora 39

Last updated: November 26,2024

1. Install "enet.i686" package

This tutorial shows how to install enet.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install enet.i686

2. Uninstall "enet.i686" package

This guide covers the steps necessary to uninstall enet.i686 on Fedora 39:

$ sudo dnf remove enet.i686 $ sudo dnf autoremove

3. Information about the enet.i686 package on Fedora 39

Last metadata expiration check: 1:34:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : enet
Version : 1.3.17
Release : 7.fc39
Architecture : i686
Size : 39 k
Source : enet-1.3.17-7.fc39.src.rpm
Repository : fedora
Summary : Thin, simple and robust network layer on top of UDP
URL : http://sauerbraten.org/enet/
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.