How To Install golang-github-cyberdelia-metrics-graphite-devel on Fedora 36

In this tutorial we learn how to install golang-github-cyberdelia-metrics-graphite-devel in Fedora 36. golang-github-cyberdelia-metrics-graphite-devel is Graphite client for the go-metrics

Introduction

In this tutorial we learn how to install golang-github-cyberdelia-metrics-graphite-devel on Fedora 36.

What is golang-github-cyberdelia-metrics-graphite-devel

This is a reporter for the go-metrics library which will post the metrics to Graphite. It was originally part of the go-metrics library itself, but has been split off to make maintenance of both the core library and the client easier. This package contains the source code needed for building packages that reference the following Go import paths – github.com/cyberdelia/go-metrics-graphite

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

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

sudo dnf -y install golang-github-cyberdelia-metrics-graphite-devel

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

sudo yum -y install golang-github-cyberdelia-metrics-graphite-devel

How To Uninstall golang-github-cyberdelia-metrics-graphite-devel on Fedora 36

To uninstall only the golang-github-cyberdelia-metrics-graphite-devel package we can use the following command:

sudo dnf remove golang-github-cyberdelia-metrics-graphite-devel

golang-github-cyberdelia-metrics-graphite-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-cyberdelia-metrics-graphite-devel
/usr/share/doc/golang-github-cyberdelia-metrics-graphite-devel/AUTHORS
/usr/share/doc/golang-github-cyberdelia-metrics-graphite-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/cyberdelia
/usr/share/gocode/src/github.com/cyberdelia/go-metrics-graphite
/usr/share/gocode/src/github.com/cyberdelia/go-metrics-graphite/.goipath
/usr/share/gocode/src/github.com/cyberdelia/go-metrics-graphite/README.md
/usr/share/gocode/src/github.com/cyberdelia/go-metrics-graphite/graphite.go
/usr/share/gocode/src/github.com/cyberdelia/go-metrics-graphite/graphite_test.go
/usr/share/licenses/golang-github-cyberdelia-metrics-graphite-devel
/usr/share/licenses/golang-github-cyberdelia-metrics-graphite-devel/LICENSE

References

Summary

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