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

Last updated: May 16,2024

1. Install "python3-bottle" package

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

$ sudo apt update $ sudo apt install python3-bottle

2. Uninstall "python3-bottle" package

This guide let you learn how to uninstall python3-bottle on Kali Linux:

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

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

Package: python3-bottle
Source: python-bottle
Version: 0.12.25-1
Installed-Size: 172
Maintainer: Federico Ceratto
Architecture: all
Depends: python3:any
Size: 45404
SHA256: a02a79a6c6fee381b8602aab736eb99699e83b2e39171bc6b970317230cdad42
SHA1: 408d9452f0c978d107ae240749b7fff04e1f3312
MD5sum: a774ac5b35c9a48f4713797ed317ae7b
Description: fast and simple WSGI-framework for Python 3
Bottle is a fast and simple WSGI-framework for the Python3 programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
Description-md5:
Homepage: https://bottlepy.org
Section: python
Priority: optional
Filename: pool/main/p/python-bottle/python3-bottle_0.12.25-1_all.deb