How to Install and Uninstall python3-storm Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "python3-storm" package

Please follow the guidance below to install python3-storm on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-storm

2. Uninstall "python3-storm" package

Please follow the guidance below to uninstall python3-storm on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-storm package on Ubuntu 21.10 (Impish Indri)

Package: python3-storm
Architecture: amd64
Version: 0.24-2build1
Priority: optional
Section: universe/python
Source: storm
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1478
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-six, python3:any, libc6 (>= 2.4)
Suggests: python3-psycopg2
Filename: pool/universe/s/storm/python3-storm_0.24-2build1_amd64.deb
Size: 219212
MD5sum: 52818dae09f8bf0d02a7820bb41c37e9
SHA1: 46c40ec065b4a6a56c46579d884dc4b94c851e87
SHA256: 809afda54a9931b898269c864eb798ba6738f7ae0811f185101f0fd37049b3db
SHA512: 978ce5e655aa9a7d787c066a4085bdbf946032310b6fd358f5baed71381260cbe5048b6fe679665f405d2245a43bf1b906536674a96b418186910a2f12ab9f22
Homepage: https://storm.canonical.com/
Description-en: object-relational mapper (ORM) for Python 3
Storm is an object-relational mapper (ORM) for the Python language. In
simple terms, that kind of system allows rows from a relational
database to be seen as objects in an object-oriented language like
Python.
.
Features:
* Clean and lightweight API offers a short learning curve and
long-term maintainability.
* Storm is developed in a test-driven manner. An untested line of
code is considered a bug.
* Storm needs no special class constructors, nor imperative base
classes.
* Storm is well designed (different classes have very clear
boundaries, with small and clean public APIs).
* Designed from day one to work both with thin relational databases,
such as SQLite, and big iron systems like PostgreSQL.
* Storm is easy to debug, since its code is written with a KISS
principle, and thus is easy to understand.
* Designed from day one to work both at the low end, with trivial
small databases, and the high end, with applications accessing
billion row tables and committing to multiple database backends.
* It's very easy to write and support backends for Storm (current
backends have around 100 lines of code).
Description-md5: 5ee69b3ef4d5e90d4ad857a21d3d1180