How to Install and Uninstall golang-github-google-replayers-devel.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "golang-github-google-replayers-devel.noarch" package

This guide covers the steps necessary to install golang-github-google-replayers-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-google-replayers-devel.noarch

2. Uninstall "golang-github-google-replayers-devel.noarch" package

Please follow the instructions below to uninstall golang-github-google-replayers-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-google-replayers-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-google-replayers-devel.noarch package on Fedora 34

Last metadata expiration check: 3:15:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-google-replayers-devel
Version : 0.1.2
Release : 2.fc34
Architecture : noarch
Size : 49 k
Source : golang-github-google-replayers-0.1.2-2.fc34.src.rpm
Repository : fedora
Summary : Go Tools for Recording and Replaying RPCs
URL : https://github.com/google/go-replayers
License : ASL 2.0
Description : 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