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

Last updated: June 26,2024

1. Install "compat-golang-github-coreos-etcd-devel.noarch" package

In this section, we are going to explain the necessary steps to install compat-golang-github-coreos-etcd-devel.noarch on Fedora 35

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

2. Uninstall "compat-golang-github-coreos-etcd-devel.noarch" package

This guide covers the steps necessary to uninstall compat-golang-github-coreos-etcd-devel.noarch on Fedora 35:

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

3. Information about the compat-golang-github-coreos-etcd-devel.noarch package on Fedora 35

Last metadata expiration check: 2:03:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-github-coreos-etcd-devel
Version : 3.5.0
Release : 4.fc35
Architecture : noarch
Size : 18 k
Source : etcd-3.5.0-4.fc35.src.rpm
Repository : fedora
Summary : Distributed reliable key-value store for the most critical data of a distributed system
URL : https://github.com/etcd-io/etcd
License : ASL 2.0
Description : Distributed reliable key-value store for the most critical data of a distributed
: system.
:
: This package provides symbolic links that alias the following Go import paths to
: go.etcd.io/etcd:
: – github.com/coreos/etcd
:
: 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
: go.etcd.io/etcd.