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

In this tutorial we learn how to install golang-github-masterminds-vcs-devel in Fedora 36. golang-github-masterminds-vcs-devel is VCS Repo management through a common interface in Go

Introduction

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

What is golang-github-masterminds-vcs-devel

Package Vcs provides the ability to work with varying version control systems (VCS), also known as source control systems (SCM) though the same interface. This package contains the source code needed for building packages that reference the following Go import paths – github.com/Masterminds/vcs

We can use yum or dnf to install golang-github-masterminds-vcs-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-vcs-devel.

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-masterminds-vcs-devel
/usr/share/doc/golang-github-masterminds-vcs-devel/CHANGELOG.md
/usr/share/doc/golang-github-masterminds-vcs-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/Masterminds
/usr/share/gocode/src/github.com/Masterminds/vcs
/usr/share/gocode/src/github.com/Masterminds/vcs/.goipath
/usr/share/gocode/src/github.com/Masterminds/vcs/CHANGELOG.md
/usr/share/gocode/src/github.com/Masterminds/vcs/README.md
/usr/share/gocode/src/github.com/Masterminds/vcs/bzr.go
/usr/share/gocode/src/github.com/Masterminds/vcs/bzr_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/errors.go
/usr/share/gocode/src/github.com/Masterminds/vcs/errors_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/git.go
/usr/share/gocode/src/github.com/Masterminds/vcs/git_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/glide.lock
/usr/share/gocode/src/github.com/Masterminds/vcs/glide.yaml
/usr/share/gocode/src/github.com/Masterminds/vcs/hg.go
/usr/share/gocode/src/github.com/Masterminds/vcs/hg_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/repo.go
/usr/share/gocode/src/github.com/Masterminds/vcs/repo_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/svn.go
/usr/share/gocode/src/github.com/Masterminds/vcs/svn_test.go
/usr/share/gocode/src/github.com/Masterminds/vcs/vcs_local_lookup.go
/usr/share/gocode/src/github.com/Masterminds/vcs/vcs_remote_lookup.go
/usr/share/gocode/src/github.com/Masterminds/vcs/vcs_remote_lookup_test.go
/usr/share/licenses/golang-github-masterminds-vcs-devel
/usr/share/licenses/golang-github-masterminds-vcs-devel/LICENSE.txt

References

Summary

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