How to Install and Uninstall python3-httpretty.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-httpretty.noarch" package

Please follow the steps below to install python3-httpretty.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-httpretty.noarch

2. Uninstall "python3-httpretty.noarch" package

Please follow the guidance below to uninstall python3-httpretty.noarch on Fedora 34:

$ sudo dnf remove python3-httpretty.noarch $ sudo dnf autoremove

3. Information about the python3-httpretty.noarch package on Fedora 34

Last metadata expiration check: 1:46:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-httpretty
Version : 1.0.5
Release : 2.fc34
Architecture : noarch
Size : 49 k
Source : python-httpretty-1.0.5-2.fc34.src.rpm
Repository : fedora
Summary : HTTP request mock tool for Python 3
URL : https://github.com/gabrielfalcao/HTTPretty
License : MIT
Description : Once upon a time a python developer wanted to use a RESTful API, everything was
: fine but until the day he needed to test the code that hits the RESTful API:
: what if the API server is down? What if its content has changed?
:
: Don't worry, HTTPretty is here for you.