How to Install and Uninstall python-sqlobject Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-sqlobject" package

Please follow the guidelines below to install python-sqlobject on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sqlobject

2. Uninstall "python-sqlobject" package

Here is a brief guide to show you how to uninstall python-sqlobject on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-sqlobject package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sqlobject
Priority: optional
Section: universe/python
Installed-Size: 1303
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: sqlobject
Version: 2.1.2-1
Depends: python-formencode, python-pkg-resources (>= 0.6c8), python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-fdb, python-maxdb, python-mysqldb, python-psycopg2, python-sqlite
Filename: pool/universe/s/sqlobject/python-sqlobject_2.1.2-1_all.deb
Size: 262544
MD5sum: 685a7278f30cf47c7916d875ed2c7dc6
SHA1: 4cfbd6c87cd585db036149f00a8b1f01323ab070
SHA256: fbaf487beef59d28e328f9669c36ade45fd1f4c06c4555258be720ceebcdfded
Description-en: object relational manager providing an object interface to your database
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).
Description-md5: 47aa5b833acb1ca63cc7203730fca8df
Homepage: http://www.sqlobject.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu