How To Install stun-server on Fedora 36

In this tutorial we learn how to install stun-server in Fedora 36. stun-server is Implements the Stun Server

Introduction

In this tutorial we learn how to install stun-server on Fedora 36.

What is stun-server

Implements a simple STUN client on Windows, Linux, and Solaris. The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http

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

Install stun-server 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 stun-server using dnf by running the following command:

sudo dnf -y install stun-server

Install stun-server 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 stun-server using yum by running the following command:

sudo yum -y install stun-server

How To Uninstall stun-server on Fedora 36

To uninstall only the stun-server package we can use the following command:

sudo dnf remove stun-server

stun-server Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/8ae759656558da1c64753a6aae04e3d903a78d
/usr/sbin/stun-server

References

Summary

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