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

Last updated: October 06,2024

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

This guide let you learn how to install compat-golang-github-moby-libnetwork-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall compat-golang-github-moby-libnetwork-devel.noarch on Fedora 34:

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

Last metadata expiration check: 1:17:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-moby-libnetwork-devel
Version : 0.8.0
Release : 16.20220508git339b972.fc34
Architecture : noarch
Size : 22 k
Source : golang-github-docker-libnetwork-0.8.0-16.20220508git339b972.fc34.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.