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

Last updated: July 07,2024

1. Install "python3-whitenoise" package

Please follow the instructions below to install python3-whitenoise on Kali Linux

$ sudo apt update $ sudo apt install python3-whitenoise

2. Uninstall "python3-whitenoise" package

Please follow the guidance below to uninstall python3-whitenoise on Kali Linux:

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

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

Package: python3-whitenoise
Source: python-whitenoise
Version: 6.0.0-3
Installed-Size: 106
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 42896
SHA256: f071fd4d58bac57df2b1f1920809ed8705963a142fd0e4dce9cad8244145edf3
SHA1: b1aede4d501b103c4ad9bb972385c30b6074d32f
MD5sum: c1944a8dfa5dc94f37b2cbe9e31ce869
Description: static file serving for WSGI applications (Python 3)
With a couple of lines of config, WhiteNoise allows your web app to serve its
own static files, making it a self-contained unit that can be deployed
anywhere without relying on nginx, Amazon S3 or any other external service.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://whitenoise.evans.io
Section: python
Priority: optional
Filename: pool/main/p/python-whitenoise/python3-whitenoise_6.0.0-3_all.deb