How to Install and Uninstall golang-github-hashicorp-yamux-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-hashicorp-yamux-dev" package

This is a short guide on how to install golang-github-hashicorp-yamux-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-hashicorp-yamux-dev

2. Uninstall "golang-github-hashicorp-yamux-dev" package

This is a short guide on how to uninstall golang-github-hashicorp-yamux-dev on Kali Linux:

$ sudo apt remove golang-github-hashicorp-yamux-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hashicorp-yamux-dev package on Kali Linux

Package: golang-github-hashicorp-yamux-dev
Source: golang-github-hashicorp-yamux
Version: 0.1.1-1
Installed-Size: 115
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 24616
SHA256: bb2a3977e3993dbe44722cbd9aba9ba3e5fe730e4e06c95b92e01d8719136817
SHA1: cd14526b669c5fb8aceabd7e1678d1b36229c6c8
MD5sum: 7228ee8da456994f9f0f78c54da1b015
Description: Golang connection multiplexing library
Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies
on an underlying connection to provide reliability and ordering, such as TCP or
Unix domain sockets, and provides stream-oriented multiplexing. It is inspired
by SPDY but is not interoperable with it.
.
Yamux features include:
.
- Bi-directional streams
- Streams can be opened by either client or server
- Useful for NAT traversal
- Server-side push support
- Flow control
- Avoid starvation
- Back-pressure to prevent overwhelming a receiver
- Keep Alives
- Enables persistent connections over a load balancer
- Efficient
- Enables thousands of logical streams with low overhead
.
This package contains the source.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/hashicorp/yamux
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-hashicorp-yamux/golang-github-hashicorp-yamux-dev_0.1.1-1_all.deb