How to Install and Uninstall libtolua-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libtolua-dev" package

Please follow the guidelines below to install libtolua-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtolua-dev

2. Uninstall "libtolua-dev" package

This is a short guide on how to uninstall libtolua-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtolua-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtolua-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtolua-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 208
Maintainer: Ubuntu Developers
Original-Maintainer: Jimmy Kaplowitz
Architecture: amd64
Source: tolua
Version: 5.2.0-1
Depends: libc6 (>= 2.14), liblua5.2-0, liblua5.2-dev
Filename: pool/universe/t/tolua/libtolua-dev_5.2.0-1_amd64.deb
Size: 43682
MD5sum: 82e93e4e06de2f7ccef3d8dfa7284195
SHA1: cfac6c004b2c9665e7feda4849b9c9c366a246e9
SHA256: 967d292c58db673d508a99ca79606b1039c07c25cacf3d312165436e162bfa6b
Description-en: Tool to integrate C/C++ code with Lua - development files
tolua is a tool that greatly simplifies the integration of C/C++ code with
Lua. Based on a cleaned header file, tolua automatically generates the
binding code to access C/C++ features from Lua. Using Lua API and tag
method facilities, tolua maps C/C++ constants, external variables,
functions, classes, and methods to Lua.
Description-md5: 93977fd9aacea38c08a64362913814eb
Homepage: http://www.tecgraf.puc-rio.br/~celes/tolua/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu