How to Install and Uninstall golang-github-ccding-go-stun-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "golang-github-ccding-go-stun-dev" package

Please follow the step by step instructions below to install golang-github-ccding-go-stun-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-ccding-go-stun-dev

2. Uninstall "golang-github-ccding-go-stun-dev" package

Please follow the guidance below to uninstall golang-github-ccding-go-stun-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-ccding-go-stun-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-ccding-go-stun-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-ccding-go-stun-dev
Architecture: all
Version: 0.1.2-1
Priority: extra
Section: universe/devel
Source: golang-github-ccding-go-stun
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 62
Filename: pool/universe/g/golang-github-ccding-go-stun/golang-github-ccding-go-stun-dev_0.1.2-1_all.deb
Size: 10984
MD5sum: 8fb7cef9e22fbf1e8d4d958759a55002
SHA1: 20c473e5db65587a3f6a419550c95262a1d40791
SHA256: fc96b8914e882e35f58eebcceca08d21cd4dd3178044637d02c14a9aafda94db
SHA512: 4be49133d36ebdbe9cdcb94747539a8245dab415fc0e073f4fe6bb3ac58e6e350e2f74bd1e010552e97130500525c7f9d49bc94c22847db78a55aa00fce6ef26
Homepage: https://github.com/ccding/go-stun
Description-en: implementation of the STUN client (RFC 3489 and RFC 5389)
go-stun is a STUN (RFC 3489, 5389) client implementation in golang
(a.k.a. UDP hole punching).
.
Use the Library The library github.com/ccding/go-stun/stun is extremely
easy to use -- just one line of code.
.
```go import "github.com/ccding/go-stun/stun"
.
func main() {
nat, host, err := stun.NewClient().Discover()
} ```
Description-md5: 8c00a4661db16b75362d7d7b45b4f218