How to Install and Uninstall python3-httpretty.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-httpretty.noarch" package

Please follow the steps below to install python3-httpretty.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-httpretty.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-httpretty.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-httpretty.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:44:56 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-httpretty
Version : 1.1.4
Release : 7.el9
Architecture : noarch
Size : 53 k
Source : python-httpretty-1.1.4-7.el9.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.