How to Install and Uninstall python3-pytest-httpbin Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-pytest-httpbin" package

This guide covers the steps necessary to install python3-pytest-httpbin on Kali Linux

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

2. Uninstall "python3-pytest-httpbin" package

Please follow the instructions below to uninstall python3-pytest-httpbin on Kali Linux:

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

3. Information about the python3-pytest-httpbin package on Kali Linux

Package: python3-pytest-httpbin
Source: pytest-httpbin
Version: 2.0.0-1
Installed-Size: 46
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3-httpbin, python3:any
Size: 16456
SHA256: 9cb4167dc0803ef7778374b0eaf1f83991536217d50fa075c341dcf71b20b1ab
SHA1: 6ace888f90cc1fa0cf890b2e855c79edf72f488f
MD5sum: e326810ba809e0f2c40dc66ff7d7a32b
Description: py.test plugin providing a local httpbin (Python 3)
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 3 code.
Description-md5:
Homepage: https://github.com/kevin1024/pytest-httpbin
Section: python
Priority: optional
Filename: pool/main/p/pytest-httpbin/python3-pytest-httpbin_2.0.0-1_all.deb