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

Last updated: September 20,2024

1. Install "lua-cgi" package

Please follow the step by step instructions below to install lua-cgi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-cgi

2. Uninstall "lua-cgi" package

Please follow the guidance below to uninstall lua-cgi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-cgi $ sudo apt autoclean && sudo apt autoremove

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

Package: lua-cgi
Priority: optional
Section: universe/interpreters
Installed-Size: 491
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Version: 5.2~alpha2-1
Provides: lua5.1-cgi
Depends: lua-expat, lua-socket, lua-filesystem
Recommends: lua-wsapi
Filename: pool/universe/l/lua-cgi/lua-cgi_5.2~alpha2-1_all.deb
Size: 133050
MD5sum: 0cd1924ddfcc9a33e8a96d57e6938aca
SHA1: 93fabe08f50876840865de0bee6736d04a272f2b
SHA256: f945668d44130f70f5b5cd99fd9a355a0d671ca66c8ca32ff2d68a99e8050d5b
Description-en: CGI library for the Lua language
CGILua is a tool for creating dynamic Web pages and manipulating input data
from Web forms. CGILua allows the separation of logic and data handling from
the generation of pages, making it easy to develop web applications with Lua.
.
CGILua requires a SAPI implementation to work. The lua-wsapi packages
provides a few ready to use SAPI implementations.
.
This package also contains the documentation for the Lua CGI library.
Description-md5: 562089ac57f1c001358d3459f66314ea
Homepage: http://keplerproject.github.com/cgilua/
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu