How to Install and Uninstall golang-github-pborman-getopt-devel.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "golang-github-pborman-getopt-devel.noarch" package

This guide covers the steps necessary to install golang-github-pborman-getopt-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-pborman-getopt-devel.noarch

2. Uninstall "golang-github-pborman-getopt-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-pborman-getopt-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-pborman-getopt-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-pborman-getopt-devel.noarch package on Fedora 34

Last metadata expiration check: 1:05:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-pborman-getopt-devel
Version : 2.1.0
Release : 2.fc34
Architecture : noarch
Size : 43 k
Source : golang-github-pborman-getopt-2.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Getopt style option parsing for Go
URL : https://github.com/pborman/getopt
License : BSD
Description : Package Getopt provides traditional getopt processing for implementing commands
: that use traditional command lines. The standard Go flag package cannot be used
: to write a program that parses flags the way ls or ssh does, for example.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/pborman/getopt