How to Install and Uninstall golang-github-mwitkow-go-conntrack-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 27,2024

1. Install "golang-github-mwitkow-go-conntrack-dev" package

In this section, we are going to explain the necessary steps to install golang-github-mwitkow-go-conntrack-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-mwitkow-go-conntrack-dev

2. Uninstall "golang-github-mwitkow-go-conntrack-dev" package

Learn how to uninstall golang-github-mwitkow-go-conntrack-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-mwitkow-go-conntrack-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mwitkow-go-conntrack-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-mwitkow-go-conntrack-dev
Architecture: all
Version: 0.0~git20190716.2f06839-1
Priority: optional
Section: universe/devel
Source: golang-github-mwitkow-go-conntrack
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 66
Depends: golang-github-jpillora-backoff-dev, golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev
Filename: pool/universe/g/golang-github-mwitkow-go-conntrack/golang-github-mwitkow-go-conntrack-dev_0.0~git20190716.2f06839-1_all.deb
Size: 14472
MD5sum: 97d7986763e5d49f92afd3ecf6996aed
SHA1: 42283e1d2a8d1c467b983e286576c1c09799c70a
SHA256: 2bd50506e4d9049e4b47df3303e1f775ea95553676e5d229094c91e1f27d31d6
SHA512: 6dd104c87179905de7bb9d249ce2c0cd4956487634f5dfb09230cf9fbf6a3bde78f06050293ea203cb5ba81192ae96db2c65696b97726114461a0d7f8a10709d
Homepage: https://github.com/mwitkow/go-conntrack
Description-en: Go middleware for net.Conn tracking
Prometheus (https://prometheus.io/) monitoring and x/net/trace
(https://godoc.org/golang.org/x/net/trace#EventLog) tracing wrappers for
net.Conn, both inbound (net.Listener) and outbound (net.Dialer).
.
Go standard library does a great job of doing "the right" things with
your connections: http.Transport pools outbound ones, and http.Server
sets good Keep Alive defaults. However, it is still easy to get it
wrong.
.
That's why you should be able to monitor (using Prometheus) how many
connections your Go frontend servers have inbound, and how big are the
connection pools to your backends. You should also be able to inspect
your connection without ssh and netstat.
Description-md5: 924ad988a2481a3f9482bbd643035397