How To Install golang-github-uber-tally-devel on Fedora 36

In this tutorial we learn how to install golang-github-uber-tally-devel in Fedora 36. golang-github-uber-tally-devel is Go metrics interface with fast buffered metrics and third party reporters

Introduction

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

What is golang-github-uber-tally-devel

Tally provides a common interface for emitting metrics, while letting you not worry about the velocity of metrics emission. By default it buffers counters, gauges and histograms at a specified interval but does not buffer timer values. This is primarily so timer values can have all their values sampled if desired and if not they can be sampled as summaries or histograms independently by a reporter. This package contains the source code needed for building packages that reference the following Go import paths – github.com/uber-go/tally

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

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

sudo dnf -y install golang-github-uber-tally-devel

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

sudo yum -y install golang-github-uber-tally-devel

How To Uninstall golang-github-uber-tally-devel on Fedora 36

To uninstall only the golang-github-uber-tally-devel package we can use the following command:

sudo dnf remove golang-github-uber-tally-devel

golang-github-uber-tally-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-uber-tally-devel
/usr/share/doc/golang-github-uber-tally-devel/README.md
/usr/share/doc/golang-github-uber-tally-devel/example
/usr/share/doc/golang-github-uber-tally-devel/example/README.md
/usr/share/doc/golang-github-uber-tally-devel/example/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/uber-go
/usr/share/gocode/src/github.com/uber-go/tally
/usr/share/gocode/src/github.com/uber-go/tally/.goipath
/usr/share/gocode/src/github.com/uber-go/tally/README.md
/usr/share/gocode/src/github.com/uber-go/tally/example
/usr/share/gocode/src/github.com/uber-go/tally/example/README.md
/usr/share/gocode/src/github.com/uber-go/tally/go.mod
/usr/share/gocode/src/github.com/uber-go/tally/histogram.go
/usr/share/gocode/src/github.com/uber-go/tally/histogram_test.go
/usr/share/gocode/src/github.com/uber-go/tally/instrument
/usr/share/gocode/src/github.com/uber-go/tally/instrument/call.go
/usr/share/gocode/src/github.com/uber-go/tally/instrument/call_test.go
/usr/share/gocode/src/github.com/uber-go/tally/instrument/types.go
/usr/share/gocode/src/github.com/uber-go/tally/internal
/usr/share/gocode/src/github.com/uber-go/tally/internal/cache
/usr/share/gocode/src/github.com/uber-go/tally/internal/cache/string_intern.go
/usr/share/gocode/src/github.com/uber-go/tally/internal/cache/tag_cache.go
/usr/share/gocode/src/github.com/uber-go/tally/internal/identity
/usr/share/gocode/src/github.com/uber-go/tally/internal/identity/accumulator.go
/usr/share/gocode/src/github.com/uber-go/tally/internal/identity/accumulator_benchmark_test.go
/usr/share/gocode/src/github.com/uber-go/tally/key_gen.go
/usr/share/gocode/src/github.com/uber-go/tally/key_gen_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3
/usr/share/gocode/src/github.com/uber-go/tally/m3/config.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/config_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports
/usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/buffered_read_transport.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/buffered_read_transport_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/m3_calc_transport.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/m3_calc_transport_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/example
/usr/share/gocode/src/github.com/uber-go/tally/m3/example/README.md
/usr/share/gocode/src/github.com/uber-go/tally/m3/reporter.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_benchmark_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_integration_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/resource_pool.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/resource_pool_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/sanitize.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/scope_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/constants.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/m3.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/ttypes.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/constants.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/m3.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/ttypes.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp
/usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/multitransport.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/multitransport_test.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/transport.go
/usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/transport_test.go
/usr/share/gocode/src/github.com/uber-go/tally/multi
/usr/share/gocode/src/github.com/uber-go/tally/multi/README.md
/usr/share/gocode/src/github.com/uber-go/tally/multi/reporter.go
/usr/share/gocode/src/github.com/uber-go/tally/multi/reporter_test.go
/usr/share/gocode/src/github.com/uber-go/tally/pool.go
/usr/share/gocode/src/github.com/uber-go/tally/prometheus
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/README.md
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/config.go
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/config_test.go
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/example
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/example/README.md
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/reporter.go
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/reporter_test.go
/usr/share/gocode/src/github.com/uber-go/tally/prometheus/sanitize.go
/usr/share/gocode/src/github.com/uber-go/tally/reporter.go
/usr/share/gocode/src/github.com/uber-go/tally/sanitize.go
/usr/share/gocode/src/github.com/uber-go/tally/sanitize_test.go
/usr/share/gocode/src/github.com/uber-go/tally/scope.go
/usr/share/gocode/src/github.com/uber-go/tally/scope_benchmark_test.go
/usr/share/gocode/src/github.com/uber-go/tally/scope_registry.go
/usr/share/gocode/src/github.com/uber-go/tally/scope_test.go
/usr/share/gocode/src/github.com/uber-go/tally/stats.go
/usr/share/gocode/src/github.com/uber-go/tally/stats_benchmark_test.go
/usr/share/gocode/src/github.com/uber-go/tally/stats_test.go
/usr/share/gocode/src/github.com/uber-go/tally/statsd
/usr/share/gocode/src/github.com/uber-go/tally/statsd/README.md
/usr/share/gocode/src/github.com/uber-go/tally/statsd/example
/usr/share/gocode/src/github.com/uber-go/tally/statsd/example/README.md
/usr/share/gocode/src/github.com/uber-go/tally/statsd/reporter.go
/usr/share/gocode/src/github.com/uber-go/tally/statsd/reporter_test.go
/usr/share/gocode/src/github.com/uber-go/tally/types.go
/usr/share/gocode/src/github.com/uber-go/tally/version.go
/usr/share/licenses/golang-github-uber-tally-devel
/usr/share/licenses/golang-github-uber-tally-devel/LICENSE

References

Summary

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