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

Last updated: September 28,2024

1. Install "postgresql-9.5-pllua" package

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

$ sudo apt update $ sudo apt install postgresql-9.5-pllua

2. Uninstall "postgresql-9.5-pllua" package

Please follow the instructions below to uninstall postgresql-9.5-pllua on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove postgresql-9.5-pllua $ sudo apt autoclean && sudo apt autoremove

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

Package: postgresql-9.5-pllua
Priority: optional
Section: universe/database
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: postgresql-pllua
Version: 1:1.0-6
Depends: postgresql-9.5, libc6 (>= 2.14), liblua5.1-0
Filename: pool/universe/p/postgresql-pllua/postgresql-9.5-pllua_1.0-6_amd64.deb
Size: 39480
MD5sum: 0936bd8f952ac54ef9ea5d3dce2cc787
SHA1: 635a4c5bf11d7cabc2d0d8e1607e52d0ed2452fc
SHA256: cad562d7b79c7b965d6fa27b7503be10ba850c8c4c85e44f79853d46a4dbce96
Description-en: Lua procedural language for PostgreSQL 9.5
PL/Lua is an implementation of Lua as a loadable procedural language for
PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
written in the Lua programming language.
.
It brings the power and simplicity of Lua to PostgreSQL, including:
small memory footprint, simple syntax, lexical scoping, functions as
first-class values, and coroutines for non-preemptive threading.
Description-md5: 3354123c3e1a77d10e539ae52d15e36f
Homepage: http://pgfoundry.org/projects/pllua/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu