How To Install golang-github-armon-metrics-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-armon-metrics-devel
on Fedora 36.
What is golang-github-armon-metrics-devel
A golang library for exporting performance and runtime metrics to external metrics systems (i.e. statsite, statsd). This package contains the source code needed for building packages that reference the following Go import paths – github.com/armon/go-metrics
We can use yum
or dnf
to install golang-github-armon-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-armon-metrics-devel.
Install golang-github-armon-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-armon-metrics-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-armon-metrics-devel
Install golang-github-armon-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-armon-metrics-devel
using yum
by running the following command:
sudo yum -y install golang-github-armon-metrics-devel
How To Uninstall golang-github-armon-metrics-devel on Fedora 36
To uninstall only the golang-github-armon-metrics-devel
package we can use the following command:
sudo dnf remove golang-github-armon-metrics-devel
golang-github-armon-metrics-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-armon-metrics-devel
/usr/share/doc/golang-github-armon-metrics-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/armon
/usr/share/gocode/src/github.com/armon/go-metrics
/usr/share/gocode/src/github.com/armon/go-metrics/.goipath
/usr/share/gocode/src/github.com/armon/go-metrics/README.md
/usr/share/gocode/src/github.com/armon/go-metrics/circonus
/usr/share/gocode/src/github.com/armon/go-metrics/circonus/circonus.go
/usr/share/gocode/src/github.com/armon/go-metrics/circonus/circonus_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/const_unix.go
/usr/share/gocode/src/github.com/armon/go-metrics/const_windows.go
/usr/share/gocode/src/github.com/armon/go-metrics/datadog
/usr/share/gocode/src/github.com/armon/go-metrics/datadog/dogstatsd.go
/usr/share/gocode/src/github.com/armon/go-metrics/datadog/dogstatsd_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/glide.lock
/usr/share/gocode/src/github.com/armon/go-metrics/glide.yaml
/usr/share/gocode/src/github.com/armon/go-metrics/go.mod
/usr/share/gocode/src/github.com/armon/go-metrics/inmem.go
/usr/share/gocode/src/github.com/armon/go-metrics/inmem_endpoint.go
/usr/share/gocode/src/github.com/armon/go-metrics/inmem_endpoint_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/inmem_signal.go
/usr/share/gocode/src/github.com/armon/go-metrics/inmem_signal_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/inmem_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/metrics.go
/usr/share/gocode/src/github.com/armon/go-metrics/metrics_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/prometheus
/usr/share/gocode/src/github.com/armon/go-metrics/prometheus/prometheus.go
/usr/share/gocode/src/github.com/armon/go-metrics/prometheus/prometheus_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/sink.go
/usr/share/gocode/src/github.com/armon/go-metrics/sink_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/start.go
/usr/share/gocode/src/github.com/armon/go-metrics/start_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/statsd.go
/usr/share/gocode/src/github.com/armon/go-metrics/statsd_test.go
/usr/share/gocode/src/github.com/armon/go-metrics/statsite.go
/usr/share/gocode/src/github.com/armon/go-metrics/statsite_test.go
/usr/share/licenses/golang-github-armon-metrics-devel
/usr/share/licenses/golang-github-armon-metrics-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-armon-metrics-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).