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

Last updated: May 18,2024

1. Install "lua-luxio0" package

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

$ sudo apt update $ sudo apt install lua-luxio0

2. Uninstall "lua-luxio0" package

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

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

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

Package: lua-luxio0
Priority: optional
Section: universe/interpreters
Installed-Size: 336
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: amd64
Source: luxio
Version: 8-1ubuntu1
Depends: libc6 (>= 2.14), liblua5.1-0, liblua5.2-0
Filename: pool/universe/l/luxio/lua-luxio0_8-1ubuntu1_amd64.deb
Size: 39072
MD5sum: 16e348695255c3f8c6f7135e6fa5c918
SHA1: 97aee10bcb005cc3c9d644f1b194cbf41a413f72
SHA256: c3aee68ce928fffe6fade00d60a9a00dee2eef036e33bfd0d1a012eda5334ee0
Description-en: Posix bindings for Lua
Lightweight UNIX I/O and POSIX binding for Lua
.
* Reasonably good coverage of POSIX and BSD Sockets, including IPv6,
and some GNU extensions.
* Low-level. You get the return values and the errno for the bound
functions where possible. Others take a table to fill in, or
may return tables.
* High-level wrapper library providing nice IO access and to misc.
utility functions. Generates useful errors in assert()able form,
and provides meaningful __tostring metamethods to aid debugging.
* A high-level poll()-based event dispatch library.
* Sub-process handling library (read/write io.popen with job control).
* A prototype POSIX Message Queue-based IPC scheme that can serialise
most simple Lua values. (No closures, userdata, etc)
Description-md5: 1d0a55533142570c9cc08fa852e00582
Homepage: http://www.rjek.com/software.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu