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

Last updated: June 26,2024

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

This tutorial shows how to install compat-golang-github-docopt-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall compat-golang-github-docopt-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:18:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-docopt-devel
Version : 0.6.2
Release : 6.20190509gitee0de3b.fc34
Architecture : noarch
Size : 8.6 k
Source : golang-github-docopt-0.6.2-6.20190509gitee0de3b.fc34.src.rpm
Repository : fedora
Summary : Command-line arguments parser in Go
URL : https://github.com/docopt/docopt.go
License : MIT
Description : An implementation of Docopt in the Go programming language.
:
: Docopt helps you create beautiful command-line interfaces easily
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/docopt/docopt.go:
: – github.com/docopt/docopt-go
:
: 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/docopt/docopt.go.