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

Last updated: November 25,2024

1. Install "python3-http-server-mock.noarch" package

Please follow the step by step instructions below to install python3-http-server-mock.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-http-server-mock.noarch

2. Uninstall "python3-http-server-mock.noarch" package

This guide let you learn how to uninstall python3-http-server-mock.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-http-server-mock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-http-server-mock
Version : 1.7
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python-http-server-mock-1.7-1.el9.src.rpm
Repository : epel
Summary : Python 3 library to mock a http server using Flask
URL : https://github.com/ezequielramos/http-server-mock
License : GPL-3.0-only
Description : http-server-mock is a HTTP Server Mock using Flask. You can use it to test
: possible integrations with your application.