How to Install and Uninstall python3-httpretty.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-httpretty.noarch" package

This guide let you learn how to install python3-httpretty.noarch on Rocky Linux 8

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

2. Uninstall "python3-httpretty.noarch" package

This guide let you learn how to uninstall python3-httpretty.noarch on Rocky Linux 8:

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

3. Information about the python3-httpretty.noarch package on Rocky Linux 8

Last metadata expiration check: 2:07:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-httpretty
Version : 0.9.7
Release : 2.el8
Architecture : noarch
Size : 50 k
Source : python-httpretty-0.9.7-2.el8.src.rpm
Repository : epel
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.