How to Install and Uninstall compat-golang-github-codegangsta-cli-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "compat-golang-github-codegangsta-cli-devel.noarch" package

This is a short guide on how to install compat-golang-github-codegangsta-cli-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "compat-golang-github-codegangsta-cli-devel.noarch" package

Please follow the steps below to uninstall compat-golang-github-codegangsta-cli-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the compat-golang-github-codegangsta-cli-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:27:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : compat-golang-github-codegangsta-cli-devel
Version : 1.22.10
Release : 3.el9
Architecture : noarch
Size : 8.7 k
Source : golang-github-urfave-cli-1.22.10-3.el9.src.rpm
Repository : epel
Summary : Simple, fast, and fun package for building command line apps in go
URL : https://github.com/urfave/cli
License : MIT
Description : Cli is a simple, fast, and fun package for building command line apps in Go.
: The goal is to enable developers to write fast and distributable command line
: applications in an expressive way.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/urfave/cli:
: – github.com/codegangsta/cli
:
: 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/urfave/cli.