How to Install and Uninstall golang-github-xtaci-kcp-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

This guide let you learn how to install golang-github-xtaci-kcp-dev on Ubuntu 21.10 (Impish Indri)

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

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

This tutorial shows how to uninstall golang-github-xtaci-kcp-dev on Ubuntu 21.10 (Impish Indri):

$ 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 21.10 (Impish Indri)

Package: golang-github-xtaci-kcp-dev
Architecture: all
Version: 5.6.1-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: 166
Depends: golang-github-klauspost-reedsolomon-dev (>= 1.3), golang-github-pkg-errors-dev, golang-github-templexxx-xor-dev, golang-github-tjfoc-gmsm-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev
Filename: pool/universe/g/golang-github-xtaci-kcp/golang-github-xtaci-kcp-dev_5.6.1-1_all.deb
Size: 41748
MD5sum: d0e124583056a1fa6123fb6c9c973d37
SHA1: 33c558aacbfc3af7e61ff8b82801033a592f5bca
SHA256: 30f62550ae2b66ee1b00607b71e1c54435293bc56e19427171c79754f7834ff3
SHA512: f5177b6a646e4e768e312fb4778595652cac7c9de12a881386db3bfb4fe502448cbf7eed2fdb9a5a6eaba3f27af9a5df765bf7ae4202cd6603ef1ec03ab367f6
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