How To Install golang-github-andygrunwald-gerrit-devel on Fedora 36

In this tutorial we learn how to install golang-github-andygrunwald-gerrit-devel in Fedora 36. golang-github-andygrunwald-gerrit-devel is Go(lang) client/library for Gerrit Code Review

Introduction

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

What is golang-github-andygrunwald-gerrit-devel

Go(lang) client/library for Gerrit Code Review. This package contains the source code needed for building packages that reference the following Go import paths – github.com/andygrunwald/go-gerrit

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

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

sudo dnf -y install golang-github-andygrunwald-gerrit-devel

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

sudo yum -y install golang-github-andygrunwald-gerrit-devel

How To Uninstall golang-github-andygrunwald-gerrit-devel on Fedora 36

To uninstall only the golang-github-andygrunwald-gerrit-devel package we can use the following command:

sudo dnf remove golang-github-andygrunwald-gerrit-devel

golang-github-andygrunwald-gerrit-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-andygrunwald-gerrit-devel
/usr/share/doc/golang-github-andygrunwald-gerrit-devel/CHANGELOG.md
/usr/share/doc/golang-github-andygrunwald-gerrit-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/andygrunwald
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/.goipath
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/CHANGELOG.md
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/README.md
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/access.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/access_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/accounts.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/authentication.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_edit.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_reviewer.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_reviewer_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_revision.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_revision_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/changes_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/config.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/config_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/doc.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/events.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/events_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/gerrit.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/gerrit_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/go.mod
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/groups.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/groups_include.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/groups_member.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/plugins.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_access.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_access_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_branch.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_childproject.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_commit.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_dashboard.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_tag.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/projects_test.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/types.go
/usr/share/gocode/src/github.com/andygrunwald/go-gerrit/types_test.go
/usr/share/licenses/golang-github-andygrunwald-gerrit-devel
/usr/share/licenses/golang-github-andygrunwald-gerrit-devel/LICENSE

References

Summary

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