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

Last updated: May 06,2024

1. Install "libluabind-examples" package

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

$ sudo apt update $ sudo apt install libluabind-examples

2. Uninstall "libluabind-examples" package

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

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

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

Package: libluabind-examples
Priority: optional
Section: universe/libdevel
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Roberto C. Sanchez
Architecture: all
Source: luabind
Version: 0.9.1+dfsg-10
Recommends: libluabind-dev
Filename: pool/universe/l/luabind/libluabind-examples_0.9.1+dfsg-10_all.deb
Size: 13030
MD5sum: 5ee4d7b4289a5432ba84bb7b33e000de
SHA1: 2fc1535ec07f43a867960967902ce1c8fa6829db
SHA256: c02db6c8741f0b716aeb53b857d1ce9f7eee8c2da600c5ccc5444cd6abe597da
Description-en: luabind c++ binding for lua: example files
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 some luabind examples, including the basic "helloworld"
and some more advanced examples.
Description-md5: 593f775ee73aedc1d411c674b718c612
Homepage: http://www.rasterbar.com/products/luabind.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu