How to Install and Uninstall python36-httpbin Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python36-httpbin" package

This guide let you learn how to install python36-httpbin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-httpbin

2. Uninstall "python36-httpbin" package

Please follow the instructions below to uninstall python36-httpbin on openSuSE Tumbleweed:

$ sudo zypper remove python36-httpbin

3. Information about the python36-httpbin package on openSuSE Tumbleweed

Information for package python36-httpbin:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-httpbin
Version : 0.7.0+git20181107.f8ec666-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 298,2 KiB
Installed : No
Status : not installed
Source package : python-httpbin-0.7.0+git20181107.f8ec666-3.2.src
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.