How to Install and Uninstall python3-pytest-httpbin.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "python3-pytest-httpbin.noarch" package

Here is a brief guide to show you how to install python3-pytest-httpbin.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pytest-httpbin.noarch

2. Uninstall "python3-pytest-httpbin.noarch" package

Please follow the step by step instructions below to uninstall python3-pytest-httpbin.noarch on Fedora 34:

$ sudo dnf remove python3-pytest-httpbin.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-httpbin.noarch package on Fedora 34

Last metadata expiration check: 3:28:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-httpbin
Version : 1.0.0
Release : 3.fc34
Architecture : noarch
Size : 26 k
Source : python-pytest-httpbin-1.0.0-3.fc34.src.rpm
Repository : fedora
Summary : Fixture providing local instance of httpbin test service
URL : https://github.com/kevin1024/pytest-httpbin
License : MIT
Description : Pytest-httpbin creates a pytest fixture that is dependency-injected into your
: tests. It automatically starts up a HTTP server in a separate thread running
: a local instance of httpbin (a web service for testing HTTP libraries) and
: provides your test with the URL in the fixture.
:
: This package provides the Python 3 implementation.