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

Last updated: May 18,2024

1. Install "python-lua" package

In this section, we are going to explain the necessary steps to install python-lua on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-lua

2. Uninstall "python-lua" package

Here is a brief guide to show you how to uninstall python-lua on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-lua
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Bas Wijnen
Architecture: all
Version: 0.3-1.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), liblua5.1-0
Filename: pool/universe/p/python-lua/python-lua_0.3-1.1_all.deb
Size: 8550
MD5sum: 80de89eaea1ca448eb3bfe45255e172c
SHA1: 3d39b0017df1a118dbf7d965228ebe3f22e37d87
SHA256: 237d5ab45a31251266245cb555a2c42c658e9817c636e3fa8bfe82722602a16f
Description-en: library for using lua scripts from python
This library provides an interface for using lua scripts from python.
It can call lua functions, pass any type of objects, including python
functions, which can be called from lua.
Description-md5: 46ed62847d34fa33eac081a7e217df8c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu