How to Install and Uninstall golang-github-xtaci-kcp-dev Package on Kali Linux

Last updated: May 22,2024

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

Please follow the step by step instructions below to install golang-github-xtaci-kcp-dev on Kali Linux

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

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

This guide covers the steps necessary to uninstall golang-github-xtaci-kcp-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-xtaci-kcp-dev
Source: golang-github-xtaci-kcp
Version: 5.6.1-2
Installed-Size: 167
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-klauspost-reedsolomon-dev, golang-github-pkg-errors-dev, golang-github-templexxx-xorsimd-dev, golang-github-tjfoc-gmsm-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev
Size: 42792
SHA256: b0502b12bda1d20b28d7f46787f1ff91995f113e1db200ca6402a7a1bab634f2
SHA1: e644246932bba943eafecbe07237c6758f2aed0c
MD5sum: aa048f001aeacfcdf12c77339d5d5bb2
Description: 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:
Homepage: https://github.com/xtaci/kcp-go
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-xtaci-kcp/golang-github-xtaci-kcp-dev_5.6.1-2_all.deb