How to Install and Uninstall coturn Package on Kali Linux
Last updated: November 22,2024
1. Install "coturn" package
Please follow the instructions below to install coturn on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
coturn
Copied
2. Uninstall "coturn" package
Please follow the instructions below to uninstall coturn on Kali Linux:
$
sudo apt remove
coturn
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the coturn package on Kali Linux
Package: coturn
Source: coturn (4.6.1-1)
Version: 4.6.1-1+b1
Installed-Size: 1523
Maintainer: Debian VoIP Team
Architecture: amd64
Provides: stun-server, turn-server
Depends: adduser, sqlite3, lsb-base (>= 3.0-6), telnet | telnet-client, libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-openssl-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libhiredis1.1.0 (>= 1.2.0), libmariadb3 (>= 3.0.0), libpq5 (>= 8.4~), libsqlite3-0 (>= 3.6.0), libssl3 (>= 3.0.0), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: sip-router, xmpp-server
Conflicts: rfc5766-turn-server, turnserver
Size: 361656
SHA256: 373b108df6af82d09de3df6ec7d57187b03d212197079a94d7a78072ea0100bc
SHA1: bfda150aaab430db62b0beaf3944dec683211640
MD5sum: 720a15f40f1f358418c631e58befb13d
Description: TURN and STUN server for VoIP
STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays
around NAT) are protocols that can be used to provide NAT traversal for VoIP
and WebRTC. This package provides a VoIP media traffic NAT traversal server
and gateway.
.
Supported RFCs:
TURN specs:
* RFC 5766 - base TURN specs;
* RFC 6062 - TCP relaying TURN extension;
* RFC 6156 - IPv6 extension for TURN;
* RFC 7635 - OAuth third-party TURN/STUN authorization;
* DTLS support as client protocol
http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00
* Mobile ICE (MICE) support
http://tools.ietf.org/html/draft-wing-tram-turn-mobility-03
* TURN ORIGIN specs for multi-tenant servers
http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02
* TURN Bandwidth draft specs
http://tools.ietf.org/html/draft-thomson-tram-turn-bandwidth-00
* SSODA (dual allocation) draft specs
http://tools.ietf.org/html/draft-martinsen-tram-ssoda-00
.
STUN specs:
* RFC 3489 - obsolete "classic" STUN specs;
* RFC 5389 - base "new" STUN specs;
* RFC 5769 - test vectors for STUN protocol testing;
* RFC 5780 - NAT behavior discovery support.
.
The implementation fully supports UDP, TCP, TLS, and DTLS as protocols between
the TURN client and the TURN server. Both UDP and TCP relaying are supported.
.
SQLite, MySQL, PostgreSQL and Redis are supported for the user
repository (if authentication is required).
The long-term credentials mechanism is supported.
For WebRTC applications,
the TURN server REST API for time-limited
secret-based authentication is implemented.
The third-party authentication
specs (OAuth-based) are supported, too.
.
Load balancing can be implemented either by DNS round-robin mechanism, or with
the external networking tools, or by
the built-in ALTERNATE-SERVER mechanism.
.
The implementation is intended to be simple to install and configure.
The project focuses on performance, scalability, and simplicity.
The aim is to provide an enterprise-grade TURN solution.
Description-md5:
Homepage: https://github.com/coturn/coturn/
Section: net
Priority: optional
Filename: pool/main/c/coturn/coturn_4.6.1-1+b1_amd64.deb
Source: coturn (4.6.1-1)
Version: 4.6.1-1+b1
Installed-Size: 1523
Maintainer: Debian VoIP Team
Architecture: amd64
Provides: stun-server, turn-server
Depends: adduser, sqlite3, lsb-base (>= 3.0-6), telnet | telnet-client, libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-openssl-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libhiredis1.1.0 (>= 1.2.0), libmariadb3 (>= 3.0.0), libpq5 (>= 8.4~), libsqlite3-0 (>= 3.6.0), libssl3 (>= 3.0.0), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: sip-router, xmpp-server
Conflicts: rfc5766-turn-server, turnserver
Size: 361656
SHA256: 373b108df6af82d09de3df6ec7d57187b03d212197079a94d7a78072ea0100bc
SHA1: bfda150aaab430db62b0beaf3944dec683211640
MD5sum: 720a15f40f1f358418c631e58befb13d
Description: TURN and STUN server for VoIP
STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays
around NAT) are protocols that can be used to provide NAT traversal for VoIP
and WebRTC. This package provides a VoIP media traffic NAT traversal server
and gateway.
.
Supported RFCs:
TURN specs:
* RFC 5766 - base TURN specs;
* RFC 6062 - TCP relaying TURN extension;
* RFC 6156 - IPv6 extension for TURN;
* RFC 7635 - OAuth third-party TURN/STUN authorization;
* DTLS support as client protocol
http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00
* Mobile ICE (MICE) support
http://tools.ietf.org/html/draft-wing-tram-turn-mobility-03
* TURN ORIGIN specs for multi-tenant servers
http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02
* TURN Bandwidth draft specs
http://tools.ietf.org/html/draft-thomson-tram-turn-bandwidth-00
* SSODA (dual allocation) draft specs
http://tools.ietf.org/html/draft-martinsen-tram-ssoda-00
.
STUN specs:
* RFC 3489 - obsolete "classic" STUN specs;
* RFC 5389 - base "new" STUN specs;
* RFC 5769 - test vectors for STUN protocol testing;
* RFC 5780 - NAT behavior discovery support.
.
The implementation fully supports UDP, TCP, TLS, and DTLS as protocols between
the TURN client and the TURN server. Both UDP and TCP relaying are supported.
.
SQLite, MySQL, PostgreSQL and Redis are supported for the user
repository (if authentication is required).
The long-term credentials mechanism is supported.
For WebRTC applications,
the TURN server REST API for time-limited
secret-based authentication is implemented.
The third-party authentication
specs (OAuth-based) are supported, too.
.
Load balancing can be implemented either by DNS round-robin mechanism, or with
the external networking tools, or by
the built-in ALTERNATE-SERVER mechanism.
.
The implementation is intended to be simple to install and configure.
The project focuses on performance, scalability, and simplicity.
The aim is to provide an enterprise-grade TURN solution.
Description-md5:
Homepage: https://github.com/coturn/coturn/
Section: net
Priority: optional
Filename: pool/main/c/coturn/coturn_4.6.1-1+b1_amd64.deb