How to Install and Uninstall python3-requests-mock.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

1. Install "python3-requests-mock.noarch" package

This guide let you learn how to install python3-requests-mock.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-requests-mock.noarch

2. Uninstall "python3-requests-mock.noarch" package

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

$ sudo dnf remove python3-requests-mock.noarch $ sudo dnf autoremove

3. Information about the python3-requests-mock.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:43 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-requests-mock
Version : 1.7.0
Release : 1.el8
Architecture : noarch
Size : 45 k
Source : python-requests-mock-1.7.0-1.el8.src.rpm
Repository : epel
Summary : A requests mocking tool for python
URL : https://requests-mock.readthedocs.io/
License : ASL 2.0
Description : requests-mock provides a simple way to do HTTP mocking at the
: python-requests layer.