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

Last updated: November 27,2024

1. Install "libluabind-dev" package

This is a short guide on how to install libluabind-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libluabind-dev

2. Uninstall "libluabind-dev" package

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

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

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

Package: libluabind-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 703
Maintainer: Ubuntu Developers
Original-Maintainer: Roberto C. Sanchez
Architecture: amd64
Source: luabind
Version: 0.9.1+dfsg-10
Depends: libluabind0.9.1v5 (= 0.9.1+dfsg-10), liblua5.2-dev, libboost-dev
Suggests: libluabind-doc, libluabind-examples
Filename: pool/universe/l/luabind/libluabind-dev_0.9.1+dfsg-10_amd64.deb
Size: 92578
MD5sum: 5514e90b0eef836997227ac1cb30a04f
SHA1: a1c0e6a72db83b1627de97d65f7f6912363f27cd
SHA256: 2cc27aa22836948eeac6bf2806a177d73355b743112a3b20d83d2dfc683a8e58
Description-en: luabind c++ binding for lua: static library and headers
Luabind is a library that helps you create bindings between C++ and Lua.
It has the ability to expose functions and classes, written in C++, to
Lua. It will also supply the functionality to define classes in lua and
let them derive from other lua classes or C++ classes. Lua classes can
override virtual functions from their C++ baseclasses. It is written
towards Lua 5.0, and does not work with other Lua versions.
.
This package contains all files necessary to develop applications which
use luabind.
Description-md5: 5118df5ecff9e2a30307eb0d0b71e279
Homepage: http://www.rasterbar.com/products/luabind.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu