How to Install and Uninstall python3-stubserver Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-stubserver" package

Learn how to install python3-stubserver on Kali Linux

$ sudo apt update $ sudo apt install python3-stubserver

2. Uninstall "python3-stubserver" package

Please follow the step by step instructions below to uninstall python3-stubserver on Kali Linux:

$ sudo apt remove python3-stubserver $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-stubserver package on Kali Linux

Package: python3-stubserver
Source: python-stubserver
Version: 1.1-4
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 7764
SHA256: 77677089dec128055f5948cec7bd7c6da28b6e455b14c0afc839229418642031
SHA1: 0df12b93faa3d0ecc1421a6dd001190af84cb4c9
MD5sum: ccf339ab2f59b3ced95b45f2b334ba53
Description: mock tester of external web dependencies for Python
Testing external web dependencies in a mock objects style. This library
includes the tests at the bottom of the stubserver.py file, which serve both
as the TDD tests written while creating this library, and as examples /
documentation. It supports any HTTP method, i.e. GET, PUT, POST and DELETE.
It supports chunked encoding, but currently the developers have no use cases
for multipart support etc, so it doesn't do it.
.
There is also an FTPStubServer for your FTP testing needs, but that is NOT
bug free at the moment. All assistance gratefully received.
Description-md5:
Homepage: https://github.com/tarttelin/Python-Stub-Server
Section: python
Priority: optional
Filename: pool/main/p/python-stubserver/python3-stubserver_1.1-4_all.deb