How to Install and Uninstall golang-github-vishvananda-netlink-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-vishvananda-netlink-devel.noarch" package

Please follow the instructions below to install golang-github-vishvananda-netlink-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-vishvananda-netlink-devel.noarch

2. Uninstall "golang-github-vishvananda-netlink-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-vishvananda-netlink-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-vishvananda-netlink-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-vishvananda-netlink-devel.noarch package on Fedora 34

Last metadata expiration check: 5:33:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-vishvananda-netlink-devel
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 138 k
Source : golang-github-vishvananda-netlink-1.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Simple netlink library for Go
URL : https://github.com/vishvananda/netlink
License : ASL 2.0
Description : 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 provided 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 code needed for building packages that
: reference the following Go import paths:
: – github.com/vishvananda/netlink