How to Install and Uninstall golang-github-spf13-cobra.x86_64 Package on Fedora 35
Last updated: March 03,2025
1. Install "golang-github-spf13-cobra.x86_64" package
Please follow the step by step instructions below to install golang-github-spf13-cobra.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
golang-github-spf13-cobra.x86_64
Copied
2. Uninstall "golang-github-spf13-cobra.x86_64" package
This tutorial shows how to uninstall golang-github-spf13-cobra.x86_64 on Fedora 35:
$
sudo dnf remove
golang-github-spf13-cobra.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the golang-github-spf13-cobra.x86_64 package on Fedora 35
Last metadata expiration check: 3:09:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-spf13-cobra
Version : 1.1.1
Release : 3.fc35
Architecture : x86_64
Size : 2.1 M
Source : golang-github-spf13-cobra-1.1.1-3.fc35.src.rpm
Repository : fedora
Summary : Commander for modern Go CLI interactions
URL : https://github.com/spf13/cobra
License : ASL 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
Available Packages
Name : golang-github-spf13-cobra
Version : 1.1.1
Release : 3.fc35
Architecture : x86_64
Size : 2.1 M
Source : golang-github-spf13-cobra-1.1.1-3.fc35.src.rpm
Repository : fedora
Summary : Commander for modern Go CLI interactions
URL : https://github.com/spf13/cobra
License : ASL 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