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

Last updated: March 01,2025

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

Learn how to install golang-github-google-replayers-devel.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall golang-github-google-replayers-devel.noarch on Fedora 39:

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

Last metadata expiration check: 3:43:55 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-google-replayers-devel
Version : 0.1.2
Release : 8.fc39
Architecture : noarch
Size : 55 k
Source : golang-github-google-replayers-0.1.2-8.fc39.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