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

Last updated: September 29,2024

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

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

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

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

Please follow the instructions below to uninstall compat-golang-github-moby-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:17:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-moby-devel
Version : 20.10.12
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : golang-github-docker-20.10.12-1.fc34.src.rpm
Repository : updates
Summary : Collaborative project for the container ecosystem
URL : https://github.com/moby/moby
License : ASL 2.0
Description : Moby is an open-source project created by Docker to enable and accelerate
: software containerization.
:
: It provides a "Lego set" of toolkit components, the framework for assembling
: them into custom container-based systems, and a place for all container
: enthusiasts and professionals to experiment and exchange ideas. Components
: include container build tools, a container registry, orchestration tools, a
: runtime and more, and these can be used as building blocks in conjunction with
: other tools and projects.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/docker/docker:
: – github.com/moby/moby
:
: 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/docker.