How to Install and Uninstall compat-golang-github-moby-libnetwork-devel.noarch Package on Fedora 35

Last updated: November 25,2024

1. Install "compat-golang-github-moby-libnetwork-devel.noarch" package

Please follow the guidelines below to install compat-golang-github-moby-libnetwork-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install compat-golang-github-moby-libnetwork-devel.noarch

2. Uninstall "compat-golang-github-moby-libnetwork-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall compat-golang-github-moby-libnetwork-devel.noarch on Fedora 35:

$ sudo dnf remove compat-golang-github-moby-libnetwork-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-moby-libnetwork-devel.noarch package on Fedora 35

Last metadata expiration check: 1:56:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-golang-github-moby-libnetwork-devel
Version : 0.8.0
Release : 18.20220610gitf6ccccb.fc35
Architecture : noarch
Size : 22 k
Source : golang-github-docker-libnetwork-0.8.0-18.20220610gitf6ccccb.fc35.src.rpm
Repository : updates
Summary : Native Go implementation for connecting containers
URL : https://github.com/docker/libnetwork
License : BSD and ASL 2.0
Description : Libnetwork provides a native Go implementation for connecting containers.
:
: The goal of libnetwork is to deliver a robust Container Network Model that
: provides a consistent programming interface and the required network
: abstractions for applications.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/docker/libnetwork:
: – github.com/moby/libnetwork
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/docker/libnetwork.