How to Install and Uninstall python3-sqlobject Package on Kali Linux
Last updated: November 22,2024
1. Install "python3-sqlobject" package
This guide covers the steps necessary to install python3-sqlobject on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-sqlobject
Copied
2. Uninstall "python3-sqlobject" package
Learn how to uninstall python3-sqlobject on Kali Linux:
$
sudo apt remove
python3-sqlobject
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-sqlobject package on Kali Linux
Package: python3-sqlobject
Source: sqlobject
Version: 3.10.1+dfsg-2
Installed-Size: 621
Maintainer: Debian Python Team
Architecture: all
Depends: python3-formencode, python3-pydispatch, python3-pkg-resources, python3:any
Recommends: sqlobject-admin (= 3.10.1+dfsg-2)
Suggests: python3-mysqldb, python3-psycopg2, python-sqlobject-doc
Size: 114980
SHA256: edf26c2da182a485b1a966785f7de1f31305b12833efcc23c64f7725ce30a251
SHA1: fb693a036702e4ed6b20437d957bb1f34df77480
MD5sum: 3a903b3cb73411b8d640f05248fc07a4
Description: 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:
Homepage: http://www.sqlobject.org
Section: python
Priority: optional
Filename: pool/main/s/sqlobject/python3-sqlobject_3.10.1+dfsg-2_all.deb
Source: sqlobject
Version: 3.10.1+dfsg-2
Installed-Size: 621
Maintainer: Debian Python Team
Architecture: all
Depends: python3-formencode, python3-pydispatch, python3-pkg-resources, python3:any
Recommends: sqlobject-admin (= 3.10.1+dfsg-2)
Suggests: python3-mysqldb, python3-psycopg2, python-sqlobject-doc
Size: 114980
SHA256: edf26c2da182a485b1a966785f7de1f31305b12833efcc23c64f7725ce30a251
SHA1: fb693a036702e4ed6b20437d957bb1f34df77480
MD5sum: 3a903b3cb73411b8d640f05248fc07a4
Description: 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:
Homepage: http://www.sqlobject.org
Section: python
Priority: optional
Filename: pool/main/s/sqlobject/python3-sqlobject_3.10.1+dfsg-2_all.deb