How To Install stun on Fedora 36
Introduction
In this tutorial we learn how to install stun
on Fedora 36.
What is stun
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stun.
Install stun 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
using dnf
by running the following command:
sudo dnf -y install stun
Install stun 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
using yum
by running the following command:
sudo yum -y install stun
How To Uninstall stun on Fedora 36
To uninstall only the stun
package we can use the following command:
sudo dnf remove stun
stun Package Contents on Fedora 36
/usr/bin/stun-client
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/89eedbb47387633e6111d7bef84da23f2293d1
/usr/share/doc/stun
/usr/share/doc/stun/rfc3489.txt
References
Summary
In this tutorial we learn how to install stun
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).