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

Last updated: March 04,2025

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

Please follow the guidance below to install golang-github-google-replayers-devel.noarch on Fedora 35

$ 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 35:

$ 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 35

Last metadata expiration check: 1:15:45 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-google-replayers-devel
Version : 0.1.2
Release : 3.fc35
Architecture : noarch
Size : 50 k
Source : golang-github-google-replayers-0.1.2-3.fc35.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