How To Install golang-gitlab-esr-fqme-devel on Fedora 36

In this tutorial we learn how to install golang-gitlab-esr-fqme-devel in Fedora 36. golang-gitlab-esr-fqme-devel is Go module that mines configuration files to discover full name and email address

Introduction

In this tutorial we learn how to install golang-gitlab-esr-fqme-devel on Fedora 36.

What is golang-gitlab-esr-fqme-devel

Fqme is Fully Qualified Me, a Go module that mines configuration files to discover your full name and email address. This package contains the source code needed for building packages that reference the following Go import paths – gitlab.com/esr/fqme

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

Install golang-gitlab-esr-fqme-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-gitlab-esr-fqme-devel using dnf by running the following command:

sudo dnf -y install golang-gitlab-esr-fqme-devel

Install golang-gitlab-esr-fqme-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-gitlab-esr-fqme-devel using yum by running the following command:

sudo yum -y install golang-gitlab-esr-fqme-devel

How To Uninstall golang-gitlab-esr-fqme-devel on Fedora 36

To uninstall only the golang-gitlab-esr-fqme-devel package we can use the following command:

sudo dnf remove golang-gitlab-esr-fqme-devel

golang-gitlab-esr-fqme-devel Package Contents on Fedora 36

/usr/share/doc/golang-gitlab-esr-fqme-devel
/usr/share/doc/golang-gitlab-esr-fqme-devel/README.adoc
/usr/share/gocode/src/gitlab.com
/usr/share/gocode/src/gitlab.com/esr
/usr/share/gocode/src/gitlab.com/esr/fqme
/usr/share/gocode/src/gitlab.com/esr/fqme/.goipath
/usr/share/gocode/src/gitlab.com/esr/fqme/fqme.go
/usr/share/gocode/src/gitlab.com/esr/fqme/go.mod
/usr/share/licenses/golang-gitlab-esr-fqme-devel
/usr/share/licenses/golang-gitlab-esr-fqme-devel/LICENSE

References

Summary

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