How To Install golang-github-jessevdk-flags-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-jessevdk-flags-devel on Fedora 36.
What is golang-github-jessevdk-flags-devel
Package Flags provides an extensive command line option parser. The flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jessevdk/go-flags
We can use yum or dnf to install golang-github-jessevdk-flags-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-jessevdk-flags-devel.
Install golang-github-jessevdk-flags-devel on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install golang-github-jessevdk-flags-devel using dnf by running the following command:
sudo dnf -y install golang-github-jessevdk-flags-devel
Install golang-github-jessevdk-flags-devel on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install golang-github-jessevdk-flags-devel using yum by running the following command:
sudo yum -y install golang-github-jessevdk-flags-devel
How To Uninstall golang-github-jessevdk-flags-devel on Fedora 36
To uninstall only the golang-github-jessevdk-flags-devel package we can use the following command:
sudo dnf remove golang-github-jessevdk-flags-devel
golang-github-jessevdk-flags-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-jessevdk-flags-devel
/usr/share/doc/golang-github-jessevdk-flags-devel/README.md
/usr/share/doc/golang-github-jessevdk-flags-devel/examples
/usr/share/doc/golang-github-jessevdk-flags-devel/examples/add.go
/usr/share/doc/golang-github-jessevdk-flags-devel/examples/bash-completion
/usr/share/doc/golang-github-jessevdk-flags-devel/examples/main.go
/usr/share/doc/golang-github-jessevdk-flags-devel/examples/rm.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jessevdk
/usr/share/gocode/src/github.com/jessevdk/go-flags
/usr/share/gocode/src/github.com/jessevdk/go-flags/.goipath
/usr/share/gocode/src/github.com/jessevdk/go-flags/README.md
/usr/share/gocode/src/github.com/jessevdk/go-flags/arg.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/arg_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/assert_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/closest.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/command.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/command_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/completion.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/completion_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/convert.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/convert_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/error.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/example_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/flags.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/group.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/group_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/help.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/help_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/ini.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/ini_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/long_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/man.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/marshal_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/multitag.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/option.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/options_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/optstyle_other.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/optstyle_windows.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/parser.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/parser_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/pointer_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/short_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/tag_test.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/termsize.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/termsize_nosysioctl.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/termsize_windows.go
/usr/share/gocode/src/github.com/jessevdk/go-flags/unknown_test.go
/usr/share/licenses/golang-github-jessevdk-flags-devel
/usr/share/licenses/golang-github-jessevdk-flags-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-jessevdk-flags-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).