How To Install golang-github-gobwas-glob-devel on Fedora 36

In this tutorial we learn how to install golang-github-gobwas-glob-devel in Fedora 36. golang-github-gobwas-glob-devel is Go globbing library

Introduction

In this tutorial we learn how to install golang-github-gobwas-glob-devel on Fedora 36.

What is golang-github-gobwas-glob-devel

Go globbing library. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gobwas/glob

We can use yum or dnf to install golang-github-gobwas-glob-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-gobwas-glob-devel.

Install golang-github-gobwas-glob-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-gobwas-glob-devel using dnf by running the following command:

sudo dnf -y install golang-github-gobwas-glob-devel

Install golang-github-gobwas-glob-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-gobwas-glob-devel using yum by running the following command:

sudo yum -y install golang-github-gobwas-glob-devel

How To Uninstall golang-github-gobwas-glob-devel on Fedora 36

To uninstall only the golang-github-gobwas-glob-devel package we can use the following command:

sudo dnf remove golang-github-gobwas-glob-devel

golang-github-gobwas-glob-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gobwas-glob-devel
/usr/share/doc/golang-github-gobwas-glob-devel/readme.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gobwas
/usr/share/gocode/src/github.com/gobwas/glob
/usr/share/gocode/src/github.com/gobwas/glob/.goipath
/usr/share/gocode/src/github.com/gobwas/glob/cmd
/usr/share/gocode/src/github.com/gobwas/glob/cmd/globdraw
/usr/share/gocode/src/github.com/gobwas/glob/cmd/globdraw/main.go
/usr/share/gocode/src/github.com/gobwas/glob/cmd/globtest
/usr/share/gocode/src/github.com/gobwas/glob/cmd/globtest/main.go
/usr/share/gocode/src/github.com/gobwas/glob/compiler
/usr/share/gocode/src/github.com/gobwas/glob/compiler/compiler.go
/usr/share/gocode/src/github.com/gobwas/glob/compiler/compiler_test.go
/usr/share/gocode/src/github.com/gobwas/glob/glob.go
/usr/share/gocode/src/github.com/gobwas/glob/glob_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match
/usr/share/gocode/src/github.com/gobwas/glob/match/any.go
/usr/share/gocode/src/github.com/gobwas/glob/match/any_of.go
/usr/share/gocode/src/github.com/gobwas/glob/match/any_of_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/any_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/btree.go
/usr/share/gocode/src/github.com/gobwas/glob/match/btree_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/contains.go
/usr/share/gocode/src/github.com/gobwas/glob/match/contains_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/debug
/usr/share/gocode/src/github.com/gobwas/glob/match/debug/debug.go
/usr/share/gocode/src/github.com/gobwas/glob/match/every_of.go
/usr/share/gocode/src/github.com/gobwas/glob/match/every_of_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/list.go
/usr/share/gocode/src/github.com/gobwas/glob/match/list_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/match.go
/usr/share/gocode/src/github.com/gobwas/glob/match/match_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/max.go
/usr/share/gocode/src/github.com/gobwas/glob/match/max_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/min.go
/usr/share/gocode/src/github.com/gobwas/glob/match/min_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/nothing.go
/usr/share/gocode/src/github.com/gobwas/glob/match/nothing_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix_any.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix_any_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix_suffix.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix_suffix_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/prefix_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/range.go
/usr/share/gocode/src/github.com/gobwas/glob/match/range_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/row.go
/usr/share/gocode/src/github.com/gobwas/glob/match/row_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/segments.go
/usr/share/gocode/src/github.com/gobwas/glob/match/segments_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/single.go
/usr/share/gocode/src/github.com/gobwas/glob/match/single_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/suffix.go
/usr/share/gocode/src/github.com/gobwas/glob/match/suffix_any.go
/usr/share/gocode/src/github.com/gobwas/glob/match/suffix_any_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/suffix_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/super.go
/usr/share/gocode/src/github.com/gobwas/glob/match/super_test.go
/usr/share/gocode/src/github.com/gobwas/glob/match/text.go
/usr/share/gocode/src/github.com/gobwas/glob/match/text_test.go
/usr/share/gocode/src/github.com/gobwas/glob/readme.md
/usr/share/gocode/src/github.com/gobwas/glob/syntax
/usr/share/gocode/src/github.com/gobwas/glob/syntax/ast
/usr/share/gocode/src/github.com/gobwas/glob/syntax/ast/ast.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/ast/parser.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/ast/parser_test.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/lexer
/usr/share/gocode/src/github.com/gobwas/glob/syntax/lexer/lexer.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/lexer/lexer_test.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/lexer/token.go
/usr/share/gocode/src/github.com/gobwas/glob/syntax/syntax.go
/usr/share/gocode/src/github.com/gobwas/glob/util
/usr/share/gocode/src/github.com/gobwas/glob/util/runes
/usr/share/gocode/src/github.com/gobwas/glob/util/runes/runes.go
/usr/share/gocode/src/github.com/gobwas/glob/util/runes/runes_test.go
/usr/share/gocode/src/github.com/gobwas/glob/util/strings
/usr/share/gocode/src/github.com/gobwas/glob/util/strings/strings.go
/usr/share/licenses/golang-github-gobwas-glob-devel
/usr/share/licenses/golang-github-gobwas-glob-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-gobwas-glob-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).