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

Last updated: September 20,2024

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

This tutorial shows how to install python3-requests-mock.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall python3-requests-mock.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 2:09:46 ago on Mon Sep 12 10:27:18 2022.
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.