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

Last updated: September 28,2024

1. Install "libluabind-dbg" package

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

$ sudo apt update $ sudo apt install libluabind-dbg

2. Uninstall "libluabind-dbg" package

This tutorial shows how to uninstall libluabind-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libluabind-dbg
Priority: optional
Section: universe/libs
Installed-Size: 3329
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)
Suggests: libluabind-dev
Filename: pool/universe/l/luabind/libluabind-dbg_0.9.1+dfsg-10_amd64.deb
Size: 721614
MD5sum: eb2f09c7092d183fa454b35a7f0b3e1f
SHA1: 9297dc01b2f3ef50aa2b1b568d35cbb951add229
SHA256: 103791cecc262f25bf145b2270eccc512ff4c0d0e62b75533ded6b393cd478e6
Description-en: luabind c++ binding for lua: unstripped binaries
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 Lua other Lua versions.
.
This package contains the luabind unstripped binaries, for debugging
applications developed with luabind.
Description-md5: f1a67aef7e6115ff2f6bb87178497f93
Homepage: http://www.rasterbar.com/products/luabind.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu