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

Last updated: May 19,2024

1. Install "python3-static3" package

Please follow the guidance below to install python3-static3 on Kali Linux

$ sudo apt update $ sudo apt install python3-static3

2. Uninstall "python3-static3" package

This tutorial shows how to uninstall python3-static3 on Kali Linux:

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

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

Package: python3-static3
Source: python-static3
Version: 0.7.0-8
Installed-Size: 49
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any
Size: 12856
SHA256: fa9feb5d74747e9bcd994fea97deb901673875804006b224339996e74b409555
SHA1: fbbbd1d0661541cdde9dd6519e237250c434d814
MD5sum: 0d5b2137bfbf8a5cd87b34771c68819b
Description: Really simple WSGI way to serve static content (Python 3)
This library provides an easy way to include static content in
your WSGI applications. There is a convenience method for serving
files located via pkg_resources. There are also facilities for
serving mixed (static and dynamic) content using “magic” file
handlers. Python builtin string substitution, kid and Genshi
template support are provided and it is easy to roll your own
handlers. Note that this distribution does not require kid or
Genshi unless you want to use that type of template. Also provides
a command of the same name as a convenience when you just want to
share a little content over HTTP, ad hoc.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/rmohr/static3
Section: python
Priority: optional
Filename: pool/main/p/python-static3/python3-static3_0.7.0-8_all.deb