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

Last updated: September 27,2024

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

In this section, we are going to explain the necessary steps to install golang-github-vishvananda-netlink-devel.noarch on Fedora 38

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

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

This guide let you learn how to uninstall golang-github-vishvananda-netlink-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 5:07:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-vishvananda-netlink-devel
Version : 1.2.1~beta.2
Release : 2.fc38
Architecture : noarch
Size : 194 k
Source : golang-github-vishvananda-netlink-1.2.1~beta.2-2.fc38.src.rpm
Repository : fedora
Summary : Simple netlink library for go
URL : https://github.com/vishvananda/netlink
License : Apache-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