How to Install and Uninstall golang-github-xtaci-kcp-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "golang-github-xtaci-kcp-dev" package

This guide covers the steps necessary to install golang-github-xtaci-kcp-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-xtaci-kcp-dev

2. Uninstall "golang-github-xtaci-kcp-dev" package

Please follow the steps below to uninstall golang-github-xtaci-kcp-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-xtaci-kcp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-xtaci-kcp-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-xtaci-kcp-dev
Architecture: all
Version: 5.5.14-1
Priority: extra
Section: universe/devel
Source: golang-github-xtaci-kcp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 157
Depends: golang-github-klauspost-reedsolomon-dev (>= 1.3), golang-github-pkg-errors-dev, golang-golang-x-crypto-dev, golang-github-templexxx-xor-dev, golang-github-tjfoc-gmsm-dev, golang-golang-x-net-dev
Filename: pool/universe/g/golang-github-xtaci-kcp/golang-github-xtaci-kcp-dev_5.5.14-1_all.deb
Size: 39196
MD5sum: a5baf54bd3510b7bdb6a59fdcf32dbf5
SHA1: c0263e27353488c57f7c830beee678159aa03c8e
SHA256: a4b35b22a676476467e1cea1d9a6a780a5f9cd9ed094710b03592b2c9d7c1dae
SHA512: e35729a7763ffb3af112397d04e9b6933f508358e0bbbb03dd8f4f80da6a8fa72446e0b30170fbf3336f77e9731ccf9a57189531900762bb06ccb0f62fac5c6e
Homepage: https://github.com/xtaci/kcp-go
Description-en: Full-Featured Reliable-UDP Library for golang
KCP (golang-github-xtaci-kcp-dev) is a Production-Grade Reliable-UDP
library for golang. It provides fast, ordered, and error-checked delivery
of stream over UDP packets.
.
It has been well tested with opensource project kcptun, which runs on
millions of devices, from low-end MIPS routers to high-end servers. It also
runs well for applications like online games, live broadcasting, file
synchronization and network acceleration.
.
Features:
* Optimized for Realtime Multiplayer Games, Audio/Video Streaming.
* Compatible with skywind3000's (https://github.com/skywind3000)
C version with optimizations.
* Cache friendly and Memory optimized design in golang.
* Compatible with net.Conn (https://golang.org/pkg/net/#Conn)
and net.Listener (https://golang.org/pkg/net/#Listener).
* FEC (Forward Error Correction)
(https://en.wikipedia.org/wiki/Forward_error_correction)
Support with Reed-Solomon Codes
(https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction)
* Packet level encryption support with AES, TEA, 3DES, Blowfish, Cast5,
Salsa20, etc., in CFB mode.
* O(1) goroutines created for the entire server application, minimized
goroutine context switch.
.
Conventions:
Control messages like SYN/FIN/RST in TCP are not defined in KCP.
You need some keepalive/heartbeat mechanims in the application-level.
A real world example is to use some multiplexing protocol over session,
such as smux (golang-github-xtaci-smux-dev) with embedded keepalive
mechanism. See kcptun (https://github.com/xtaci/kcptun) for example.
Description-md5: 31191a4b3bd71719f3031ba8c3d0c120