How to Install and Uninstall python-httpbin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python-httpbin" package

Please follow the guidance below to install python-httpbin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-httpbin

2. Uninstall "python-httpbin" package

Please follow the step by step instructions below to uninstall python-httpbin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-httpbin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-httpbin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-httpbin
Priority: optional
Section: universe/web
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: httpbin
Version: 0.4.0+dfsg-1
Depends: python-decorator (>= 3.4.0), python-flask, python-gevent (>= 1.0.1), python-greenlet (>= 0.4.2), python-itsdangerous, python-jinja2 (>= 2.7.2), python-markupsafe (>= 0.23), python-six (>= 1.6.1), python-werkzeug (>= 0.9.4), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: gunicorn (>= 19.2)
Filename: pool/universe/h/httpbin/python-httpbin_0.4.0+dfsg-1_all.deb
Size: 76962
MD5sum: 9897965bcdd63be5eeda33f6d56cc864
SHA1: 55845bfb13e9e1b188edb093e78b33b3e1ab661e
SHA256: 4eb5832f5afa9e3dd674c22f295f002359c7cb5377db8327627bc694260b4700
Description-en: HTTP request and response service
httpbin is a test server for testing HTTP libraries and apps. It
features several endpoints to cover a multitude of HTTP scenarios.
httpbin ships as a Python library and could be run directly by
the Python interpreter, or as a WSGI app e.g. with Gunicorn. The
endpoint responses are JSON-encoded.
.
This package provides httpbin in the Python 2 module path.
Description-md5: 4d869ed76986a5700677e3413620b150
Homepage: https://github.com/Runscope/httpbin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu