How to Install and Uninstall libluabind0.9.1v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libluabind0.9.1v5" package

This tutorial shows how to install libluabind0.9.1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libluabind0.9.1v5

2. Uninstall "libluabind0.9.1v5" package

In this section, we are going to explain the necessary steps to uninstall libluabind0.9.1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libluabind0.9.1v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libluabind0.9.1v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libluabind0.9.1v5
Priority: optional
Section: universe/libs
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Roberto C. Sanchez
Architecture: amd64
Source: luabind
Version: 0.9.1+dfsg-10
Replaces: libluabind0.9.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblua5.2-0, libstdc++6 (>= 5.2)
Conflicts: libluabind0.9.1
Filename: pool/universe/l/luabind/libluabind0.9.1v5_0.9.1+dfsg-10_amd64.deb
Size: 42768
MD5sum: e8992e59974c543039e61a4848f5f892
SHA1: 3cc4ea13d20c2b5ceefa72581ab4d54c10d77e59
SHA256: 4f680e73f458741fe1bd00fa20a0260ac8e4d7b08748b205354ca2a222f16615
Description-en: luabind c++ binding for lua: runtime library
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 the luabind runtime libraries, for applications that
have been built with luabind.
Description-md5: b4a3edf6ace0fad25a1f509c05b8e109
Homepage: http://www.rasterbar.com/products/luabind.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu