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

Last updated: July 03,2024

1. Install "python-fdb" package

This guide covers the steps necessary to install python-fdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fdb

2. Uninstall "python-fdb" package

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

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

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

Package: python-fdb
Priority: optional
Section: universe/python
Installed-Size: 615
Maintainer: Ubuntu Developers
Original-Maintainer: Russell Stuart
Architecture: all
Source: fdb
Version: 1.4.9+dfsg1-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libfbclient2
Suggests: python-fdb-doc
Filename: pool/universe/f/fdb/python-fdb_1.4.9+dfsg1-2_all.deb
Size: 96602
MD5sum: 9b169f9a9f9acd4ace12ac59d1e93b43
SHA1: 07f9aae2974c9c4e3a08d234c3a3e8e66fa9e5df
SHA256: 2a09b8d7950f2c82e86df7321d4a5bd904bc10ce0d9d7ccfbd735848a53a0796
Description-en: Python2 DB-API driver for Firebird
FDB is a Python library package that implements Python Database API
2.0-compliant support for the open source relational database Firebird®.
In addition to the minimal feature set of the standard Python DB API,
FDB also exposes nearly the entire native client API of the database
engine. This version installs the Python2 byte code.
.
FDB is a replacement for python-kinterbasdb, which is no longer
maintained by upstream.
Description-md5: a228ad5674000cd6631e77141221cc5b
Homepage: https://pypi.python.org/pypi/fdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu