How to Install and Uninstall toxiproxy.x86_64 Package on Fedora 35
Last updated: November 27,2024
1. Install "toxiproxy.x86_64" package
This tutorial shows how to install toxiproxy.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
toxiproxy.x86_64
Copied
2. Uninstall "toxiproxy.x86_64" package
Please follow the guidance below to uninstall toxiproxy.x86_64 on Fedora 35:
$
sudo dnf remove
toxiproxy.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the toxiproxy.x86_64 package on Fedora 35
Last metadata expiration check: 0:57:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : toxiproxy
Version : 2.1.4
Release : 10.fc35
Architecture : x86_64
Size : 3.1 M
Source : golang-github-shopify-toxiproxy-2.1.4-10.fc35.src.rpm
Repository : updates
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.
Available Packages
Name : toxiproxy
Version : 2.1.4
Release : 10.fc35
Architecture : x86_64
Size : 3.1 M
Source : golang-github-shopify-toxiproxy-2.1.4-10.fc35.src.rpm
Repository : updates
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.