How to Install and Uninstall python-sqlobject-doc Package on Kali Linux

Last updated: May 13,2024

1. Install "python-sqlobject-doc" package

Please follow the steps below to install python-sqlobject-doc on Kali Linux

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

2. Uninstall "python-sqlobject-doc" package

Please follow the instructions below to uninstall python-sqlobject-doc on Kali Linux:

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

3. Information about the python-sqlobject-doc package on Kali Linux

Package: python-sqlobject-doc
Source: sqlobject
Version: 3.10.1+dfsg-2
Installed-Size: 14153
Maintainer: Debian Python Team
Architecture: all
Replaces: python-sqlobject (<< 3.0.0+dfsg-1)
Depends: libjs-sphinxdoc (>= 5.2)
Breaks: python-sqlobject (<< 3.0.0+dfsg-1)
Size: 548196
SHA256: de799bbe8e8ac5c7d96dcef39bff9fb9402739fe189a39a5beba87d0e5a0be24
SHA1: 2d54461dbb198a9b3fbea390cb10ed6602ffa37e
MD5sum: 6ad966a846d0d93d7e456ca3446348ad
Description: 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:
Multi-Arch: foreign
Homepage: http://www.sqlobject.org
Section: doc
Priority: optional
Filename: pool/main/s/sqlobject/python-sqlobject-doc_3.10.1+dfsg-2_all.deb