How to Install and Uninstall libghc-hdbc-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libghc-hdbc-dev" package

Learn how to install libghc-hdbc-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-hdbc-dev

2. Uninstall "libghc-hdbc-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-hdbc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-hdbc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-hdbc-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hdbc-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1916
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: hdbc
Version: 2.4.0.1-2build1
Provides: libghc-hdbc-dev-2.4.0.1-6fef4
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-convertible-dev-1.1.1.0-82b9c, libghc-mtl-dev-2.2.1-3af90, libghc-old-time-dev-1.1.0.3-44943, libghc-text-dev-1.2.2.0-2c09c, libghc-time-dev-1.5.0.1-1b9a5, libghc-utf8-string-dev-1.0.1.1-09f69
Suggests: libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev, libghc-hdbc-missingh-dev, libghc-hdbc-doc, libghc-hdbc-prof
Filename: pool/universe/h/hdbc/libghc-hdbc-dev_2.4.0.1-2build1_amd64.deb
Size: 186650
MD5sum: 4f618fe62a61224c3b82bb154031722f
SHA1: b1ae7992864b8541e3291d7f06aba967ba4de68d
SHA256: 9efb083824bb846d8326c87f07a7fa9dcc37cc3fdc5122a1cd77d7eea7fb566c
Description-en: Haskell Database Connectivity, GHC package
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This lets you write database code once, in
Haskell, and have it work with any number of backend SQL databases
(MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
.
HDBC is modeled loosely on Perl's DBI interface, though it has also been
influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
.
To use HDBC, you'll need both this package, and a driver package such
as libghc-hdbc-postgresql-dev.
Description-md5: c468b9641e68406e5622dd66d08c2137
Homepage: https://github.com/hdbc/hdbc
Ghc-Package: HDBC-2.4.0.1-6fef4f36861a75d59952102632a5fb32
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu