How to Install and Uninstall coturn.x86_64 Package on Rocky Linux 9

Last updated: April 28,2024

1. Install "coturn.x86_64" package

Please follow the steps below to install coturn.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install coturn.x86_64

2. Uninstall "coturn.x86_64" package

In this section, we are going to explain the necessary steps to uninstall coturn.x86_64 on Rocky Linux 9:

$ sudo dnf remove coturn.x86_64 $ sudo dnf autoremove

3. Information about the coturn.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:31:48 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : coturn
Version : 4.6.2
Release : 2.el9
Architecture : x86_64
Size : 272 k
Source : coturn-4.6.2-2.el9.src.rpm
Repository : epel
Summary : TURN/STUN & ICE Server
URL : https://github.com/coturn/coturn/
License : BSD-3-Clause AND MIT
Description : The Coturn TURN Server is a VoIP media traffic NAT traversal server and gateway.
: It can be used as a general-purpose network traffic TURN server/gateway, too.
:
: This implementation also includes some extra features. Supported RFCs:
:
: TURN specs:
: - RFC 5766 - base TURN specs
: - RFC 6062 - TCP relaying TURN extension
: - RFC 6156 - IPv6 extension for TURN
: - Experimental DTLS support as client protocol.
:
: STUN specs:
: - RFC 3489 - "classic" STUN
: - RFC 5389 - base "new" STUN specs
: - RFC 5769 - test vectors for STUN protocol testing
: - RFC 5780 - NAT behavior discovery support
:
: The implementation fully supports the following client-to-TURN-server protocols:
: - UDP (per RFC 5766)
: - TCP (per RFC 5766 and RFC 6062)
: - TLS (per RFC 5766 and RFC 6062); TLS1.0/TLS1.1/TLS1.2
: - DTLS (experimental non-standard feature)
:
: Supported relay protocols:
: - UDP (per RFC 5766)
: - TCP (per RFC 6062)
:
: Supported user databases (for user repository, with passwords or keys, if
: authentication is required):
: - SQLite
: - MySQL
: - PostgreSQL
: - Redis
:
: Redis can also be used for status and statistics storage and notification.
:
: Supported TURN authentication mechanisms:
: - long-term
: - TURN REST API (a modification of the long-term mechanism, for time-limited
: secret-based authentication, for WebRTC applications)
:
: The load balancing can be implemented with the following tools (either one or a
: combination of them):
: - network load-balancer server
: - DNS-based load balancing
: - built-in ALTERNATE-SERVER mechanism.