How To Install golang-github-google-replayers-devel on Fedora 36

In this tutorial we learn how to install golang-github-google-replayers-devel in Fedora 36. golang-github-google-replayers-devel is Go Tools for Recording and Replaying RPCs

Introduction

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

What is golang-github-google-replayers-devel

This package contains two tools for testing network clients by recording real interactions with servers, then playing back the server responses later. These record/replay proxies let you run an “integration” test that accesses a backend and record the interaction. Subsequent runs of the test can replay the server’s responses without actually contacting the server, turning the integration test into a fast and inexpensive unit test. This package contains the source code needed for building packages that reference the following Go import paths – github.com/google/go-replayers

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

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

sudo dnf -y install golang-github-google-replayers-devel

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

sudo yum -y install golang-github-google-replayers-devel

How To Uninstall golang-github-google-replayers-devel on Fedora 36

To uninstall only the golang-github-google-replayers-devel package we can use the following command:

sudo dnf remove golang-github-google-replayers-devel

golang-github-google-replayers-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-google-replayers-devel
/usr/share/doc/golang-github-google-replayers-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-google-replayers-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/google
/usr/share/gocode/src/github.com/google/go-replayers
/usr/share/gocode/src/github.com/google/go-replayers/.goipath
/usr/share/gocode/src/github.com/google/go-replayers/CONTRIBUTING.md
/usr/share/gocode/src/github.com/google/go-replayers/README.md
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/doc.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/example_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/fake_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/grpcreplay.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/grpcreplay_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay/grpcreplay.pb.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay/grpcreplay.proto
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore/intstore.pb.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore/intstore.proto
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/README.md
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/httpr.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/integration_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/google
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/google/google.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/httpreplay.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/httpreplay_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/converter.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/converter_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/debug.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/log.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/log_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/record.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/replay.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/replay_test.go
/usr/share/licenses/golang-github-google-replayers-devel
/usr/share/licenses/golang-github-google-replayers-devel/LICENSE

References

Summary

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