How to Install and Uninstall python3-httmock.noarch Package on CentOS Stream 9

Last updated: November 30,2024

1. Install "python3-httmock.noarch" package

Learn how to install python3-httmock.noarch on CentOS Stream 9

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

2. Uninstall "python3-httmock.noarch" package

This is a short guide on how to uninstall python3-httmock.noarch on CentOS Stream 9:

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

3. Information about the python3-httmock.noarch package on CentOS Stream 9

Last metadata expiration check: 1:15:01 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-httmock
Version : 1.4.0
Release : 4.el9
Architecture : noarch
Size : 17 k
Source : python-httmock-1.4.0-4.el9.src.rpm
Repository : epel
Summary : A mocking library for requests
URL : https://github.com/patrys/httmock
License : ASL 2.0
Description : A mocking library for requests for Python.
: You can use it to mock third-party APIs and test libraries
: that use requests internally.