How to Install and Uninstall lua-dbi-postgresql Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "lua-dbi-postgresql" package

Here is a brief guide to show you how to install lua-dbi-postgresql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-dbi-postgresql

2. Uninstall "lua-dbi-postgresql" package

Learn how to uninstall lua-dbi-postgresql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-dbi-postgresql $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-dbi-postgresql package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-dbi-postgresql
Priority: optional
Section: universe/interpreters
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: amd64
Source: lua-dbi
Version: 0.5.hg5ba1dd988961-3build1
Provides: lua5.1-dbi-postgresql
Depends: libc6 (>= 2.4), libpq5, lua-dbi-common
Filename: pool/universe/l/lua-dbi/lua-dbi-postgresql_0.5.hg5ba1dd988961-3build1_amd64.deb
Size: 9262
MD5sum: 68eab1730b14cec7873bc418fe03df17
SHA1: 25522b5330b527dc1db4688675c91f65fc24d827
SHA256: fb5d100a7239af6caca4d7fc8629dc3efdbe1219a1ea34beb744df169a62dd14
Description-en: DBI library for the Lua language, PostgreSQL backend
Lua DBI is a database interface library for Lua. It is designed to provide a
RDBMS agnostic API for handling database operations. LuaDBI also provides
support for prepared statement handles, placeholders and bind parameters for
all database operations.
.
This package contains the PostgreSQL backend.
.
Lua DBI is a better alternative to lua-sql since it supports prepared
statements.
Description-md5: 9fb07bef29054567fce10ef799a3fbe3
Multi-Arch: same
Homepage: http://code.google.com/p/luadbi/
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu