How to Install and Uninstall sqlobject-admin Package on Kali Linux

Last updated: May 03,2024

1. Install "sqlobject-admin" package

Learn how to install sqlobject-admin on Kali Linux

$ sudo apt update $ sudo apt install sqlobject-admin

2. Uninstall "sqlobject-admin" package

This guide covers the steps necessary to uninstall sqlobject-admin on Kali Linux:

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

3. Information about the sqlobject-admin package on Kali Linux

Package: sqlobject-admin
Source: sqlobject
Version: 3.10.1+dfsg-2
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Replaces: python-sqlobject (<< 3.0.0+dfsg-1)
Depends: python3-sqlobject (= 3.10.1+dfsg-2), python3:any
Breaks: python-sqlobject (<< 3.0.0+dfsg-1)
Size: 14324
SHA256: 8d4ddd4828b83921317a0c8c4e3edd5072cbdd34cc8b294be1f9d7e33f9bc9f5
SHA1: e9a38ec6a08f1ac8b152aae3afdc2ab5d4a33b2a
MD5sum: 42cc871012a2aaaaed5fd3ce0a2b1606
Description: Helper applications for SQLObject, a Python ORM for 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 package includes the sqlobject-admin and sqlobject-convertOldURI helper
applications for use with SQLObject.
Description-md5:
Homepage: http://www.sqlobject.org
Section: python
Priority: optional
Filename: pool/main/s/sqlobject/sqlobject-admin_3.10.1+dfsg-2_all.deb