How to Install and Uninstall golang-github-vishvananda-netlink-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-vishvananda-netlink-dev" package

This is a short guide on how to install golang-github-vishvananda-netlink-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-vishvananda-netlink-dev

2. Uninstall "golang-github-vishvananda-netlink-dev" package

Please follow the step by step instructions below to uninstall golang-github-vishvananda-netlink-dev on Kali Linux:

$ sudo apt remove golang-github-vishvananda-netlink-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-vishvananda-netlink-dev package on Kali Linux

Package: golang-github-vishvananda-netlink-dev
Source: golang-github-vishvananda-netlink
Version: 1.1.0.125.gf243826-4
Installed-Size: 955
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev
Size: 147880
SHA256: 5293f51daada904a6b899d2c0e505c2fb41e791826ced4116f74a4a6f5a6dfb2
SHA1: 9b04198063ec0a97e84fd6e7e189eb24600518e7
MD5sum: 6c8eba075415e3375093c55114c70578
Description: netlink library for go
The netlink package provides a simple netlink library for go. Netlink is the
interface a user-space program in Linux uses to communicate with the kernel. It
can be used to add and remove interfaces, set ip addresses and routes, and
configure ipsec. Netlink communication requires elevated privileges, so in most
cases this code needs to be run as root. Since low-level netlink messages are
inscrutable at best, the library attempts to provide an API that is loosely
modeled on the CLI provied by iproute2. Actions like ip link add will be
accomplished via a similarly named function like AddLink(). This library began
its life as a fork of the netlink functionality in docker/libcontainer but was
heavily rewritten to improve testability, performance, and to add new
functionality like ipsec xfrm handling.
.
This package contains the source.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/vishvananda/netlink
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_1.1.0.125.gf243826-4_all.deb