How To Install enet on Fedora 36

In this tutorial we learn how to install enet in Fedora 36. enet is Thin, simple and robust network layer on top of UDP

Introduction

In this tutorial we learn how to install enet on Fedora 36.

What is enet

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.

We can use yum or dnf to install enet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enet.

Install enet on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install enet using dnf by running the following command:

sudo dnf -y install enet

Install enet on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install enet using yum by running the following command:

sudo yum -y install enet

How To Uninstall enet on Fedora 36

To uninstall only the enet package we can use the following command:

sudo dnf remove enet

enet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/8b3030e940315a5cb7e7ad193e9f927d324562
/usr/lib/libenet.so.7
/usr/lib/libenet.so.7.0.5
/usr/share/doc/enet
/usr/share/doc/enet/ChangeLog
/usr/share/doc/enet/README
/usr/share/licenses/enet
/usr/share/licenses/enet/LICENSE

References

Summary

In this tutorial we learn how to install enet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install enet on Fedora 36” linkTitle: “enet” type: “docs” description: “In this tutorial we learn how to install enet in Fedora 36. enet is Thin, simple and robust network layer on top of UDP” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/enet-featured.png

Introduction

In this tutorial we learn how to install enet on Fedora 36.

What is enet

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.

We can use yum or dnf to install enet on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enet.

Install enet on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install enet using dnf by running the following command:

sudo dnf -y install enet

Install enet on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install enet using yum by running the following command:

sudo yum -y install enet

How To Uninstall enet on Fedora 36

To uninstall only the enet package we can use the following command:

sudo dnf remove enet

enet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/c6f32fcd7a6b30b73b0512f751b69de046222e
/usr/lib64/libenet.so.7
/usr/lib64/libenet.so.7.0.5
/usr/share/doc/enet
/usr/share/doc/enet/ChangeLog
/usr/share/doc/enet/README
/usr/share/licenses/enet
/usr/share/licenses/enet/LICENSE

References

Summary

In this tutorial we learn how to install enet on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).