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

Last updated: October 27,2024

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

Here is a brief guide to show you how to install golang-github-google-replayers-devel.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall golang-github-google-replayers-devel.noarch on Fedora 38:

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

Last metadata expiration check: 0:23:58 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-google-replayers-devel
Version : 0.1.2
Release : 7.fc38
Architecture : noarch
Size : 55 k
Source : golang-github-google-replayers-0.1.2-7.fc38.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