How to Install and Uninstall toxiproxy.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "toxiproxy.x86_64" package

Please follow the guidelines below to install toxiproxy.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install toxiproxy.x86_64

2. Uninstall "toxiproxy.x86_64" package

Here is a brief guide to show you how to uninstall toxiproxy.x86_64 on Fedora 34:

$ sudo dnf remove toxiproxy.x86_64 $ sudo dnf autoremove

3. Information about the toxiproxy.x86_64 package on Fedora 34

Last metadata expiration check: 3:14:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : toxiproxy
Version : 2.1.4
Release : 6.fc34
Architecture : x86_64
Size : 3.2 M
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.