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

Last updated: May 03,2024

1. Install "python-sqlobject-doc" package

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

$ sudo apt update $ sudo apt install python-sqlobject-doc

2. Uninstall "python-sqlobject-doc" package

Please follow the steps below to uninstall python-sqlobject-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-sqlobject-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-sqlobject-doc
Architecture: all
Version: 3.9.0+dfsg-1
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: sqlobject
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 9633
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Breaks: python-sqlobject (<< 3.0.0+dfsg-1)
Replaces: python-sqlobject (<< 3.0.0+dfsg-1)
Filename: pool/universe/s/sqlobject/python-sqlobject-doc_3.9.0+dfsg-1_all.deb
Size: 459488
MD5sum: efbebbae827f0a54b9eb492f2e297d70
SHA1: ad3ed012589f18c6c91919789241039acaf10dde
SHA256: 4282562bd943502d0bb8867c7f8f074168423187def9850d4cf4013b4741a459
SHA512: 2eff407263a153cb31240dec39fa2f42bf6338f63e0cf2e86be67f9aa4108770928798603079ae78f5a537374b56d6c7199bd6d426cfa15fadef4f0b78e5c323
Homepage: http://www.sqlobject.org
Description-en: Documentation for SQLObject, a Python object relational manager for databases
This is the documentation for SQLObject. 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).
.
The documentation covers the Python 3 versions of SQLObject.
Description-md5: 03dbf787b54bb7f99708817c139dd461