How to Install and Uninstall golang-github-spf13-cobra-devel.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "golang-github-spf13-cobra-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-spf13-cobra-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install golang-github-spf13-cobra-devel.noarch

2. Uninstall "golang-github-spf13-cobra-devel.noarch" package

This guide let you learn how to uninstall golang-github-spf13-cobra-devel.noarch on CentOS Stream 9:

$ sudo dnf remove golang-github-spf13-cobra-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-spf13-cobra-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:02:14 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : golang-github-spf13-cobra-devel
Version : 1.7.0
Release : 2.el9
Architecture : noarch
Size : 109 k
Source : golang-github-spf13-cobra-1.7.0-2.el9.src.rpm
Repository : epel
Summary : A Commander for modern Go CLI interactions
URL : https://github.com/spf13/cobra
License : Apache-2.0
Description : Cobra is a library providing a simple interface to create powerful modern CLI
: interfaces similar to git & go tools.
:
: Cobra is also an application that will generate your application scaffolding to
: rapidly develop a Cobra-based application.
:
: Cobra provides:
:
: – Easy subcommand-based CLIs: app server, app fetch, etc.
: – Fully POSIX-compliant flags (including short & long versions)
: – Nested subcommands
: – Global, local and cascading flags
: – Easy generation of applications & commands with cobra init appname & cobra
: add cmdname
: – Intelligent suggestions (app srver... did you mean app server?)
: – Automatic help generation for commands and flags
: – Automatic help flag recognition of -h, --help, etc.
: – Automatically generated bash autocomplete for your application
: – Automatically generated man pages for your application
: – Command aliases so you can change things without breaking them
: – The flexibility to define your own help, usage, etc.
: – Optional tight integration with viper for 12-factor apps
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/spf13/cobra