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

Last updated: May 20,2024

1. Install "gadfly" package

Please follow the guidance below to install gadfly on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gadfly

2. Uninstall "gadfly" package

This guide covers the steps necessary to uninstall gadfly on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: gadfly
Priority: optional
Section: universe/interpreters
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: all
Version: 1.0.0-16
Depends: python, python-gadfly (= 1.0.0-16)
Filename: pool/universe/g/gadfly/gadfly_1.0.0-16_all.deb
Size: 3754
MD5sum: 13102400ba847980dc7e196a7fcc3808
SHA1: 1dac57a39ca3e7ccdd4417932982c7d967a1624c
SHA256: 5d903f7e86de58b29798f2019008c11a4b3d824d5dc8394f93139772b816a671
Description-en: Server and interactive shell for Gadfly SQL database
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).
.
This package contains an interactive shell and a server for use with
the Gadfly SQL database.
Description-md5: c113657a0c9803fe34c61cf1b0925c86
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu