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

Last updated: May 20,2024

1. Install "python3-fdb" package

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

$ sudo apt update $ sudo apt install python3-fdb

2. Uninstall "python3-fdb" package

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

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

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

Package: python3-fdb
Priority: optional
Section: universe/python
Installed-Size: 614
Maintainer: Ubuntu Developers
Original-Maintainer: Russell Stuart
Architecture: all
Source: fdb
Version: 1.4.9+dfsg1-2
Depends: python3:any (>= 3.3.2-2~), libfbclient2
Suggests: python-fdb-doc
Filename: pool/universe/f/fdb/python3-fdb_1.4.9+dfsg1-2_all.deb
Size: 96476
MD5sum: 97ec270cbd9c2ee1616f87951bbd03f4
SHA1: 535eb2c4f7ba080b1d4b8eddd90d4cd2fe3353ba
SHA256: 93b34435e512c6919e01d2a1a6f022eb3081b5f990a0efacb3075bdf88e4f9d1
Description-en: Python3 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 Python3 byte code.
.
FDB is a replacement for python-kinterbasdb, which is no longer
maintained by upstream.
Description-md5: 621d3d4246d4a795f5fb43b6d328da9c
Homepage: https://pypi.python.org/pypi/fdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu