How to Install and Uninstall python3-responses.noarch Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "python3-responses.noarch" package

This is a short guide on how to install python3-responses.noarch on Oracle Linux 9

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

2. Uninstall "python3-responses.noarch" package

This tutorial shows how to uninstall python3-responses.noarch on Oracle Linux 9:

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

3. Information about the python3-responses.noarch package on Oracle Linux 9

Last metadata expiration check: 1:25:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-responses
Version : 0.18.0
Release : 1.el9
Architecture : noarch
Size : 42 k
Source : python-responses-0.18.0-1.el9.src.rpm
Repository : epel
Summary : Python library to mock out calls with Python requests
URL : https://github.com/getsentry/responses
License : ASL 2.0
Description : A utility library for mocking out the requests Python library.