How to Install and Uninstall python3-httpbin Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-httpbin" package

Please follow the guidelines below to install python3-httpbin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-httpbin

2. Uninstall "python3-httpbin" package

This tutorial shows how to uninstall python3-httpbin on openSUSE Leap:

$ sudo zypper remove python3-httpbin

3. Information about the python3-httpbin package on openSUSE Leap

Information for package python3-httpbin:
----------------------------------------
Repository : Main Repository
Name : python3-httpbin
Version : 0.5.0-1.28
Arch : noarch
Vendor : SUSE LLC
Installed Size : 207.1 KiB
Installed : No
Status : not installed
Source package : python-httpbin-0.5.0-1.28.src
Upstream URL : https://github.com/Runscope/httpbin
Summary : HTTP Request and Response Service
Description :
httpbin(1): HTTP Request & Response Service
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.