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

Last updated: May 17,2024

1. Install "python-gadfly" package

Learn how to install python-gadfly on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gadfly

2. Uninstall "python-gadfly" package

Please follow the guidance below to uninstall python-gadfly on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gadfly
Priority: optional
Section: universe/python
Installed-Size: 603
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: all
Source: gadfly
Version: 1.0.0-16
Replaces: python2.3-gadfly, python2.4-gadfly
Provides: python2.7-gadfly
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-kjbuckets
Conflicts: python-kjbuckets (<< 1.0.0-9), python2.3-gadfly, python2.4-gadfly
Filename: pool/universe/g/gadfly/python-gadfly_1.0.0-16_all.deb
Size: 149742
MD5sum: 0da04924002e0e6314cb6ecec2b6f799
SHA1: 9bc819038604e586ff2cd51a619e7aea55fe72eb
SHA256: 60c1fccbfeaaf9ceccfaae9fd6a76df01e32f50d838b9d72a684cb79540d26cd
Description-en: SQL database and parser generator for Python
Gadfly is a relational database management system which uses a large
subset of very standard SQL as its query language. The underlying
engine consists of Python modules. Gadfly stores the active database
in memory, with logging to a file system for recovery from system or
software failures (but not for disk failures).
.
kwParser, included as part of the Gadfly package, is a parser
generator for Python. It transforms an abstract specification of a
language grammar (for example, the CORBA Interface Definition
Language), together with "interpretation functions" that define the
semantics of the language, into a compiler or translator or
interpreter.
Description-md5: a35aad3db49bdd2f6954ab1891cf2975
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu