How To Install golang-github-xaionaro-metrics-devel on Fedora 36

In this tutorial we learn how to install golang-github-xaionaro-metrics-devel in Fedora 36. golang-github-xaionaro-metrics-devel is An implementation of fast metrics for high-load-ed services on Golang

Introduction

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

What is golang-github-xaionaro-metrics-devel

An implementation of fast metrics for high-load-ed services on Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/xaionaro-go/metrics

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

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

sudo dnf -y install golang-github-xaionaro-metrics-devel

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

sudo yum -y install golang-github-xaionaro-metrics-devel

How To Uninstall golang-github-xaionaro-metrics-devel on Fedora 36

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

sudo dnf remove golang-github-xaionaro-metrics-devel

golang-github-xaionaro-metrics-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-xaionaro-metrics-devel
/usr/share/doc/golang-github-xaionaro-metrics-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xaionaro-go
/usr/share/gocode/src/github.com/xaionaro-go/metrics
/usr/share/gocode/src/github.com/xaionaro-go/metrics/.goipath
/usr/share/gocode/src/github.com/xaionaro-go/metrics/README.md
/usr/share/gocode/src/github.com/xaionaro-go/metrics/any_tags.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/atomic_float64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/atomic_uint64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_aggregative.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_aggregative_buffered.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_aggregative_buffered_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_aggregative_flow.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_aggregative_simple.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_float64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_int64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/common_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/consider_value_queue.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/count.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/errors.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/fast_tags.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/fast_tags_sort.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/fast_tags_sort_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/fast_tags_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_aggregative_buffered.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_aggregative_buffered_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_aggregative_flow.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_aggregative_flow_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_aggregative_simple.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_float64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_float64_func.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_float64_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_int64.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_int64_func.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_int64_func_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/gauge_int64_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/go.mod
/usr/share/gocode/src/github.com/xaionaro-go/metrics/hidden_tags.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs/demonstration
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs/demonstration/buffered
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs/demonstration/buffered/buffered.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs/demonstration/flow
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/docs/demonstration/flow/flow.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/syncmap
/usr/share/gocode/src/github.com/xaionaro-go/metrics/internal/syncmap/syncmap.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/iterators.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/metric.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/metrics.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/pools.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/recover_panic.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/registry.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/registry_item.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/registry_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/spinlock.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/tags.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/tags_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/timing_buffered.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/timing_flow.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/timing_simple.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/timing_test.go
/usr/share/gocode/src/github.com/xaionaro-go/metrics/type.go
/usr/share/licenses/golang-github-xaionaro-metrics-devel
/usr/share/licenses/golang-github-xaionaro-metrics-devel/LICENSE

References

Summary

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