How to Install and Uninstall golang-github-hashicorp-yamux-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

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

Learn how to install golang-github-hashicorp-yamux-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall golang-github-hashicorp-yamux-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-hashicorp-yamux-dev
Priority: extra
Section: universe/devel
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-yamux
Version: 0.0~git20150917.0.ddcd0a6-1
Depends: golang-go
Filename: pool/universe/g/golang-github-hashicorp-yamux/golang-github-hashicorp-yamux-dev_0.0~git20150917.0.ddcd0a6-1_all.deb
Size: 19776
MD5sum: 0be812c2eaef5405d982a332f263881f
SHA1: 55ffb844be3acc7720ac6f9f915868269f4f0880
SHA256: c1d43735bb314692d4f763c2d567a903d60120623d56f3adee59a781f79db407
Description-en: 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: ce35ea01ca154858acf19f5156aea013
Homepage: https://github.com/hashicorp/yamux
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu