How To Install golang-github-masterminds-glide-devel on Fedora 36

In this tutorial we learn how to install golang-github-masterminds-glide-devel in Fedora 36. golang-github-masterminds-glide-devel is Package Management for Golang

Introduction

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

What is golang-github-masterminds-glide-devel

Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/Masterminds/glide

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

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

sudo dnf -y install golang-github-masterminds-glide-devel

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

sudo yum -y install golang-github-masterminds-glide-devel

How To Uninstall golang-github-masterminds-glide-devel on Fedora 36

To uninstall only the golang-github-masterminds-glide-devel package we can use the following command:

sudo dnf remove golang-github-masterminds-glide-devel

golang-github-masterminds-glide-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-masterminds-glide-devel
/usr/share/doc/golang-github-masterminds-glide-devel/CHANGELOG.md
/usr/share/doc/golang-github-masterminds-glide-devel/README.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs
/usr/share/doc/golang-github-masterminds-glide-devel/docs/commands.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/example-glide.yaml
/usr/share/doc/golang-github-masterminds-glide-devel/docs/faq.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/getting-started.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/glide-plugin-example
/usr/share/doc/golang-github-masterminds-glide-devel/docs/glide.lock.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/glide.yaml.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/importing.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/index.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/plugins.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/resolving-imports.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/vendor.md
/usr/share/doc/golang-github-masterminds-glide-devel/docs/versions.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/Masterminds
/usr/share/gocode/src/github.com/Masterminds/glide
/usr/share/gocode/src/github.com/Masterminds/glide/.goipath
/usr/share/gocode/src/github.com/Masterminds/glide/CHANGELOG.md
/usr/share/gocode/src/github.com/Masterminds/glide/README.md
/usr/share/gocode/src/github.com/Masterminds/glide/action
/usr/share/gocode/src/github.com/Masterminds/glide/action/about.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/about_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/cache.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/config_wizard.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/create.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/debug.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/doc.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/ensure.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/get.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/get_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/import_gb.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/import_godep.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/import_gom.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/import_gpm.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/init.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/install.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/list.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/list_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/mirrors.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/name.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/name_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/no_vendor.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/no_vendor_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/plugin.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/plugin_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/project_info.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/rebuild.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/rebuild_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/remove.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/tree.go
/usr/share/gocode/src/github.com/Masterminds/glide/action/update.go
/usr/share/gocode/src/github.com/Masterminds/glide/cache
/usr/share/gocode/src/github.com/Masterminds/glide/cache/cache.go
/usr/share/gocode/src/github.com/Masterminds/glide/cache/cache_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/cache/global_lock.go
/usr/share/gocode/src/github.com/Masterminds/glide/cache/memory.go
/usr/share/gocode/src/github.com/Masterminds/glide/cfg
/usr/share/gocode/src/github.com/Masterminds/glide/cfg/cfg.go
/usr/share/gocode/src/github.com/Masterminds/glide/cfg/config.go
/usr/share/gocode/src/github.com/Masterminds/glide/cfg/config_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/cfg/lock.go
/usr/share/gocode/src/github.com/Masterminds/glide/cfg/lock_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/dependency
/usr/share/gocode/src/github.com/Masterminds/glide/dependency/resolver.go
/usr/share/gocode/src/github.com/Masterminds/glide/dependency/resolver_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/dependency/scan.go
/usr/share/gocode/src/github.com/Masterminds/glide/docs
/usr/share/gocode/src/github.com/Masterminds/glide/docs/commands.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/faq.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/getting-started.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/glide.lock.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/glide.yaml.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/importing.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/index.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/plugins.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/resolving-imports.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/vendor.md
/usr/share/gocode/src/github.com/Masterminds/glide/docs/versions.md
/usr/share/gocode/src/github.com/Masterminds/glide/gb
/usr/share/gocode/src/github.com/Masterminds/glide/gb/gb.go
/usr/share/gocode/src/github.com/Masterminds/glide/gb/manifest.go
/usr/share/gocode/src/github.com/Masterminds/glide/glide-hash
/usr/share/gocode/src/github.com/Masterminds/glide/glide-hash/main.go
/usr/share/gocode/src/github.com/Masterminds/glide/glide.go
/usr/share/gocode/src/github.com/Masterminds/glide/glide_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/godep
/usr/share/gocode/src/github.com/Masterminds/glide/godep/godep.go
/usr/share/gocode/src/github.com/Masterminds/glide/godep/strip
/usr/share/gocode/src/github.com/Masterminds/glide/godep/strip/strip.go
/usr/share/gocode/src/github.com/Masterminds/glide/godep/strip/strip_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/gom
/usr/share/gocode/src/github.com/Masterminds/glide/gom/gom.go
/usr/share/gocode/src/github.com/Masterminds/glide/gom/parser.go
/usr/share/gocode/src/github.com/Masterminds/glide/gpm
/usr/share/gocode/src/github.com/Masterminds/glide/gpm/gpm.go
/usr/share/gocode/src/github.com/Masterminds/glide/importer
/usr/share/gocode/src/github.com/Masterminds/glide/importer/importer.go
/usr/share/gocode/src/github.com/Masterminds/glide/mirrors
/usr/share/gocode/src/github.com/Masterminds/glide/mirrors/cfg.go
/usr/share/gocode/src/github.com/Masterminds/glide/mirrors/mirrors.go
/usr/share/gocode/src/github.com/Masterminds/glide/mirrors/mirrors_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/msg
/usr/share/gocode/src/github.com/Masterminds/glide/msg/msg.go
/usr/share/gocode/src/github.com/Masterminds/glide/msg/out.go
/usr/share/gocode/src/github.com/Masterminds/glide/msg/out_windows.go
/usr/share/gocode/src/github.com/Masterminds/glide/path
/usr/share/gocode/src/github.com/Masterminds/glide/path/path.go
/usr/share/gocode/src/github.com/Masterminds/glide/path/path_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/path/strip.go
/usr/share/gocode/src/github.com/Masterminds/glide/path/strip_int_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/path/strip_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/path/winbug.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo
/usr/share/gocode/src/github.com/Masterminds/glide/repo/installer.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/repo.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/semver.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/set_reference.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/tracker.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/tracker_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/repo/vcs.go
/usr/share/gocode/src/github.com/Masterminds/glide/tree
/usr/share/gocode/src/github.com/Masterminds/glide/tree/tree.go
/usr/share/gocode/src/github.com/Masterminds/glide/tree/tree_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/util
/usr/share/gocode/src/github.com/Masterminds/glide/util/normalizename_test.go
/usr/share/gocode/src/github.com/Masterminds/glide/util/util.go
/usr/share/gocode/src/github.com/Masterminds/glide/util/util_test.go
/usr/share/licenses/golang-github-masterminds-glide-devel
/usr/share/licenses/golang-github-masterminds-glide-devel/LICENSE

References

Summary

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