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

Last updated: September 20,2024

1. Install "python3-sqlobject" package

Please follow the steps below to install python3-sqlobject on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-sqlobject

2. Uninstall "python3-sqlobject" package

This guide covers the steps necessary to uninstall python3-sqlobject on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-sqlobject
Architecture: all
Version: 3.9.0+dfsg-1
Priority: optional
Section: universe/python
Source: sqlobject
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 621
Depends: python3-formencode, python3-pydispatch, python3-pkg-resources, python3:any
Recommends: sqlobject-admin (= 3.9.0+dfsg-1)
Suggests: python3-mysqldb, python3-psycopg2, python-sqlobject-doc
Filename: pool/universe/s/sqlobject/python3-sqlobject_3.9.0+dfsg-1_all.deb
Size: 109472
MD5sum: 241f01311ae275c964e56da5dc99c6a9
SHA1: b365010555327d2fb95b054cecd3c5f729c6ae71
SHA256: b997b08720940a8c066df62dbe7dd38d907b12c5160cf996987558a2e2090e93
SHA512: ad489834e961c840699c1592ee2221f8e9e3e4b69fd1e5d90b5658909cc2027e5e394eba1e62abbffeb545519af7f99ba08110cced53c0cd53efc956ed249886
Homepage: http://www.sqlobject.org
Description-en: Python 3 object relational manager providing an object interface to databases
SQLObject is an object-relational mapper. It allows you to translate RDBMS
table rows into Python objects, and manipulate those objects to transparently
manipulate the database.
.
In using SQLObject, you will create a class definition that will describe how
the object connects to the database (in addition to any other methods you may
wish to add to the class). SQLObject will produce the code to access the
database, and update the database with your changes. The interface to the
database is meant to be indistinguishable from other interfaces you may add
to the object.
.
SQLObject also includes a novel feature to generate WHERE clauses using
Python syntax and objects (instead of generating SQL using string
substitution, as is traditional).
.
This is the Python 3 version of SQLObject.
Description-md5: 06121b601158721e01f3226cf1f61b0e