How to Install and Uninstall golang-github-vishvananda-netlink-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

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

Learn how to install golang-github-vishvananda-netlink-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This guide covers the steps necessary to uninstall golang-github-vishvananda-netlink-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-vishvananda-netlink-dev
Architecture: all
Version: 1.1.0-2
Priority: extra
Section: universe/devel
Source: golang-github-vishvananda-netlink
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 746
Depends: golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev
Filename: pool/universe/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_1.1.0-2_all.deb
Size: 116300
MD5sum: 7fafa77dd5671a309d432dcdb76c6718
SHA1: d3c5fdd930edaa0a9a995cf7845a3bc1d0969f5f
SHA256: edb8cb097979cbad7aa4a0137b1a9107891ebb3b18b7af4c240d4dbaa7d5e35f
SHA512: b323ba934a180bcd49377a2339f30539fdbcfe12de32cac1711d1b4e6e0ffdc4b882883daf6f2bc8dfc53b8b20c6545ed22a931d97ec13304c9db1e7fa2c3bb0
Homepage: https://github.com/vishvananda/netlink
Description-en: 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: 12d3b01afd724a58bf2a529e928de1e2