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

Last updated: October 06,2024

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

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

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

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

Please follow the guidelines below to uninstall python3-requests-mock.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:11:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-requests-mock
Version : 1.10.0
Release : 2.el9
Architecture : noarch
Size : 47 k
Source : python-requests-mock-1.10.0-2.el9.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.