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

Last updated: September 29,2024

1. Install "python-pytest-httpbin" package

This is a short guide on how to install python-pytest-httpbin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pytest-httpbin

2. Uninstall "python-pytest-httpbin" package

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

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

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

Package: python-pytest-httpbin
Priority: optional
Section: universe/python
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pytest-httpbin
Version: 0.1.1-1
Depends: python-decorator, python-flask, python-httpbin, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pytest
Filename: pool/universe/p/pytest-httpbin/python-pytest-httpbin_0.1.1-1_all.deb
Size: 13218
MD5sum: cc35d446bc241fc4c29add0c302d2cf0
SHA1: a39aaa68728c144eb6c205b60c64f94611f6075f
SHA256: 8fc2e6e334b1e75abe078008ce59830a9550cc72ec6650c44549935ea62b552f
Description-en: py.test plugin providing a local httpbin
httpbin is a WSGI based test server for testing HTTP applications.
pytest-httpbin creates a fixture for the py.test framework that
is dependency-injected into tests, it automatically starts up a
local running instance of httpbin in a separate thread and
provides the test with the URL in the fixture.
.
This package provides the py.test plugin for Python 2 code.
Description-md5: 65caf2e11a1d54e2eac3142bbf91043c
Homepage: https://github.com/kevin1024/pytest-httpbin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu