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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install golang-github-vishvananda-netlink-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the instructions below to uninstall golang-github-vishvananda-netlink-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

Package: golang-github-vishvananda-netlink-dev
Priority: extra
Section: universe/devel
Installed-Size: 183
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-vishvananda-netlink
Version: 0.0~git20150820.0.1e2e08e-1
Depends: golang-github-vishvananda-netns-dev
Filename: pool/universe/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_0.0~git20150820.0.1e2e08e-1_all.deb
Size: 32818
MD5sum: 9327b7d7fd9285cd9f6284219ea909bf
SHA1: e361a99e2c02ba00d463c2b2e11680a6c8545e90
SHA256: b636f329b9b524977b0170ce94dc6e36b697bd51486d09a719213763f2eb396e
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
Homepage: https://github.com/vishvananda/netlink
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu