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

Last updated: May 17,2024

1. Install "python3-bottle-sqlite" package

In this section, we are going to explain the necessary steps to install python3-bottle-sqlite on Kali Linux

$ sudo apt update $ sudo apt install python3-bottle-sqlite

2. Uninstall "python3-bottle-sqlite" package

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

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

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

Package: python3-bottle-sqlite
Source: python-bottle-sqlite
Version: 0.2.0-4
Installed-Size: 25
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-bottle
Size: 5816
SHA256: b2cc6b552d700ae2ba6d2ae1d3237dd94af9d73691c5d042ebb01265cbe76b02
SHA1: 8b529a2741da4042358b69efaed04677c7a05930
MD5sum: 77c4310bff5419676c4eda99e979bdff
Description: SQLite3 integration for Bottle - Python 3.x
Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle
application. It automatically connects to a database at the beginning of a
request, passes the database handle to the route callback and closes the
connection afterwards.
.
To automatically detect routes that need a database connection, the plugin
searches for route callbacks that require a `db` keyword argument
(configurable) and skips routes that do not. This removes any overhead for
routes that don't need a database connection.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: http://bottlepy.org/docs/dev/plugins/sqlite.html
Section: python
Priority: optional
Filename: pool/main/p/python-bottle-sqlite/python3-bottle-sqlite_0.2.0-4_all.deb