How to Install and Uninstall golang-github-mwitkow-go-conntrack-dev Package on Kali Linux

Last updated: May 09,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 Kali Linux

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

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

Here is a brief guide to show you how to uninstall golang-github-mwitkow-go-conntrack-dev on Kali Linux:

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

Package: golang-github-mwitkow-go-conntrack-dev
Source: golang-github-mwitkow-go-conntrack
Version: 0.0~git20190716.2f06839-3
Installed-Size: 62
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-jpillora-backoff-dev, golang-github-prometheus-client-golang-dev, golang-golang-x-net-dev
Size: 14640
SHA256: b35df492f0ef9e8ca2913d11452e15a7a6df1b8a344ce716fd07dee63f4321cf
SHA1: ce307a61a2464e7c58d535bde1c63ded6a0a70b4
MD5sum: 14bad4ae561cae94b50b4db174d7b2b0
Description: 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:
Homepage: https://github.com/mwitkow/go-conntrack
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-mwitkow-go-conntrack/golang-github-mwitkow-go-conntrack-dev_0.0~git20190716.2f06839-3_all.deb