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

Last updated: May 18,2024

1. Install "lua-dbi-common" package

Please follow the guidelines below to install lua-dbi-common on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "lua-dbi-common" package

In this section, we are going to explain the necessary steps to uninstall lua-dbi-common on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lua-dbi-common
Priority: optional
Section: universe/interpreters
Installed-Size: 13
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Source: lua-dbi
Version: 0.5.hg5ba1dd988961-3build1
Provides: lua5.1-dbi-common
Filename: pool/universe/l/lua-dbi/lua-dbi-common_0.5.hg5ba1dd988961-3build1_all.deb
Size: 3500
MD5sum: 0a88aa1e37f4af132286a924794b5e6f
SHA1: f68f56ed83e1b293eba5844ec731d51dbd9b82ad
SHA256: 486dd7c8c75476cf7f27132d581a5b09bad786db91a944f9404d4cb16b839a38
Description-en: DBI library for the Lua language, common files
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 files common to all backends.
.
Lua DBI is a better alternative to lua-sql since it supports prepared
statements.
Description-md5: a6a8f582fb11d9a1e9da30806d6fca89
Multi-Arch: foreign
Homepage: http://code.google.com/p/luadbi/
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu