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

Last updated: July 05,2024

1. Install "python3-httpbin.noarch" package

This guide let you learn how to install python3-httpbin.noarch on Fedora 35

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

2. Uninstall "python3-httpbin.noarch" package

This guide covers the steps necessary to uninstall python3-httpbin.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:13:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-httpbin
Version : 0.7.0
Release : 16.fc35
Architecture : noarch
Size : 110 k
Source : python-httpbin-0.7.0-16.fc35.src.rpm
Repository : fedora
Summary : HTTP Request & Response Service, written in Python + Flask
URL : https://github.com/Runscope/httpbin
License : MIT
Description : Testing an HTTP Library can become difficult sometimes. RequestBin is
: fantastic for testing POST requests, but doesn't let you control the response.
: This exists to cover all kinds of HTTP scenarios. Additional endpoints are
: being considered. All endpoint responses are JSON-encoded.
:
: This package provides the Python 3 implementation.