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

Last updated: May 17,2024

1. Install "python3-advancedhttpserver" package

This is a short guide on how to install python3-advancedhttpserver on Kali Linux

$ sudo apt update $ sudo apt install python3-advancedhttpserver

2. Uninstall "python3-advancedhttpserver" package

Here is a brief guide to show you how to uninstall python3-advancedhttpserver on Kali Linux:

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

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

Package: python3-advancedhttpserver
Source: python-advancedhttpserver
Version: 2.2.0-0kali3
Architecture: all
Maintainer: Kali Developers
Installed-Size: 98
Depends: python3:any
Homepage: https://github.com/zeroSteiner/AdvancedHTTPServer/
Priority: optional
Section: python
Filename: pool/main/p/python-advancedhttpserver/python3-advancedhttpserver_2.2.0-0kali3_all.deb
Size: 23796
SHA256: a86b75f48baa2eb18b09b9a8ae2d0c39587fc10733b07d95e8b1192b23b25fb7
SHA1: e6853767a88acd13fe5bbd0c4588573664a713ff
MD5sum: 73cbef27ab893d14ac27066ae30299a7
Description: Standalone web server built on Python's BaseHTTPServer (Python 3)
AdvancedHTTPServer builds on top of Python's included BaseHTTPServer and
provides out of the box support for additional commonly needed features such
as:
.
- Threading
- SSL
- Registering handler functions to HTTP resources
- A default robots.txt file
- Forking the server process
- Basic Authentication
- The HTTP verbs GET HEAD POST and OPTIONS
- RPC over HTTP
.
This package installs the library for Python 3.
Description-md5: