How to Install and Uninstall python3-sqlobject Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "python3-sqlobject" package

Please follow the guidelines below to install python3-sqlobject on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-sqlobject

2. Uninstall "python3-sqlobject" package

Here is a brief guide to show you how to uninstall python3-sqlobject on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-sqlobject package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-sqlobject
Architecture: all
Version: 3.8.0+dfsg-2
Priority: optional
Section: universe/python
Source: sqlobject
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 614
Depends: python3-formencode, python3-pydispatch, python3-pkg-resources, python3:any
Recommends: sqlobject-admin (= 3.8.0+dfsg-2)
Suggests: python3-mysqldb, python3-psycopg2, python-sqlobject-doc
Filename: pool/universe/s/sqlobject/python3-sqlobject_3.8.0+dfsg-2_all.deb
Size: 108728
MD5sum: a58a8b1bb60bcb6022f9661a33d47108
SHA1: 63b00052a2a5178c746ade3cdddabef6235ac35a
SHA256: 5ba81fc7d7b8802c6951be45fc3b2368a487137ba4114f406ae51154bc606729
SHA512: 601ce73a2c0991a2eaeafac86113712ea977f86f23d04784d353998c96230c2170a2a4e92e1acdbaca839196cf4674822fadaddf361a4f038c2e3ada56810bbf
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