How to Install and Uninstall sqlacodegen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "sqlacodegen" package

This is a short guide on how to install sqlacodegen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sqlacodegen

2. Uninstall "sqlacodegen" package

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

$ sudo apt remove sqlacodegen $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlacodegen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sqlacodegen
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Arto Jantunen
Architecture: all
Version: 1.1.6-1
Depends: python3-inflect, python3-sqlalchemy (>= 1.0~), python3-sqlalchemy (<< 1.1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/sqlacodegen/sqlacodegen_1.1.6-1_all.deb
Size: 11342
MD5sum: 3be4c9689e45c9db2ec48ab254567e32
SHA1: 16500b81ee8fb1a1b4fa52fdc43f2d9319bfed16
SHA256: dac22a27190f627eda247538437e54ab2ca8026fdc9952406b23efede5065cac
Description-en: Automatic model code generator for SQLAlchemy
This is a tool that reads the structure of an existing database and generates
the appropriate SQLAlchemy model code, using the declarative style if
possible.
Description-md5: 1f97ee23d86f62129d273f453c8554fe
Homepage: https://pypi.python.org/pypi/sqlacodegen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu