How to Install and Uninstall golang-github-shopify-toxiproxy-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-shopify-toxiproxy-devel.noarch" package

Please follow the step by step instructions below to install golang-github-shopify-toxiproxy-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-shopify-toxiproxy-devel.noarch

2. Uninstall "golang-github-shopify-toxiproxy-devel.noarch" package

This is a short guide on how to uninstall golang-github-shopify-toxiproxy-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-shopify-toxiproxy-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-shopify-toxiproxy-devel.noarch package on Fedora 34

Last metadata expiration check: 0:32:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-shopify-toxiproxy-devel
Version : 2.1.4
Release : 6.fc34
Architecture : noarch
Size : 53 k
Source : golang-github-shopify-toxiproxy-2.1.4-6.fc34.src.rpm
Repository : fedora
Summary : TCP proxy to simulate network and system conditions for resiliency testing
URL : https://github.com/Shopify/toxiproxy
License : MIT
Description : Toxiproxy is a framework for simulating network conditions. It's made
: specifically to work in testing, CI and development environments, supporting
: deterministic tampering with connections, but with support for randomized
: chaos and customization. Toxiproxy is the tool you need to prove with tests
: that your application doesn't have single points of failure.
:
: Toxiproxy usage consists of two parts. A TCP proxy written in Go (what this
: repository contains) and a client communicating with the proxy over HTTP. You
: configure your application to make all test connections go through Toxiproxy
: and can then manipulate their health via HTTP. See Usage below on how to set
: up your project.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/Shopify/toxiproxy