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

Last updated: March 01,2025

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

This guide covers the steps necessary to install compat-golang-github-moby-devel.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 1:00:36 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-moby-devel
Version : 22.06.0~beta.0
Release : 8.fc38
Architecture : noarch
Size : 55 k
Source : golang-github-docker-22.06.0~beta.0-8.fc38.src.rpm
Repository : fedora
Summary : Collaborative project for the container ecosystem
URL : https://github.com/moby/moby
License : MIT AND Apache-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.