How To Install golang-github-performancecopilot-speed-devel on Fedora 36

In this tutorial we learn how to install golang-github-performancecopilot-speed-devel in Fedora 36. golang-github-performancecopilot-speed-devel is Go implementation of the PCP instrumentation API

Introduction

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

What is golang-github-performancecopilot-speed-devel

Package Speed implements a Golang client for the Performance Co-Pilot instrumentation API. This package contains the source code needed for building packages that reference the following Go import paths – github.com/performancecopilot/speed

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

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

sudo dnf -y install golang-github-performancecopilot-speed-devel

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

sudo yum -y install golang-github-performancecopilot-speed-devel

How To Uninstall golang-github-performancecopilot-speed-devel on Fedora 36

To uninstall only the golang-github-performancecopilot-speed-devel package we can use the following command:

sudo dnf remove golang-github-performancecopilot-speed-devel

golang-github-performancecopilot-speed-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-performancecopilot-speed-devel
/usr/share/doc/golang-github-performancecopilot-speed-devel/CHANGELOG.md
/usr/share/doc/golang-github-performancecopilot-speed-devel/README.md
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/acme
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/acme/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/basic_histogram
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/basic_histogram/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/download
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/download/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/http_counter
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/http_counter/server.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/instance_string
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/instance_string/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/runtime
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/runtime/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/simple
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/simple/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/simple_string_metric
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/simple_string_metric/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/singleton_counter
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/singleton_counter/main.go
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/singleton_string
/usr/share/doc/golang-github-performancecopilot-speed-devel/examples/singleton_string/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/performancecopilot
/usr/share/gocode/src/github.com/performancecopilot/speed
/usr/share/gocode/src/github.com/performancecopilot/speed/.goipath
/usr/share/gocode/src/github.com/performancecopilot/speed/CHANGELOG.md
/usr/share/gocode/src/github.com/performancecopilot/speed/README.md
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/README.md
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/bytewriter.go
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/bytewriter_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/memorymappedwriter.go
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/memorymappedwriter_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/bytewriter/writer.go
/usr/share/gocode/src/github.com/performancecopilot/speed/client.go
/usr/share/gocode/src/github.com/performancecopilot/speed/client_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/config.go
/usr/share/gocode/src/github.com/performancecopilot/speed/config_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/countunit_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/go.mod
/usr/share/gocode/src/github.com/performancecopilot/speed/instance.go
/usr/share/gocode/src/github.com/performancecopilot/speed/instance_domain.go
/usr/share/gocode/src/github.com/performancecopilot/speed/metrics.go
/usr/share/gocode/src/github.com/performancecopilot/speed/metrics_amd64_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/metrics_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/metricsemantics_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/metrictype_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/README.md
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/cmd
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/cmd/mmvdump
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/cmd/mmvdump/main.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/mmvdump.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/mmvdump_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/pcp.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/semantics_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/toctype_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/type_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvdump/writer.go
/usr/share/gocode/src/github.com/performancecopilot/speed/mmvflag_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/registry.go
/usr/share/gocode/src/github.com/performancecopilot/speed/registry_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/spaceunit_string.go
/usr/share/gocode/src/github.com/performancecopilot/speed/speed.go
/usr/share/gocode/src/github.com/performancecopilot/speed/speed_test.go
/usr/share/gocode/src/github.com/performancecopilot/speed/timeunit_string.go
/usr/share/licenses/golang-github-performancecopilot-speed-devel
/usr/share/licenses/golang-github-performancecopilot-speed-devel/LICENSE

References

Summary

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