How to Install and Uninstall liblutok-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 04,2024

1. Install "liblutok-dev" package

Please follow the guidance below to install liblutok-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install liblutok-dev

2. Uninstall "liblutok-dev" package

This is a short guide on how to uninstall liblutok-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the liblutok-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: liblutok-dev
Architecture: amd64
Version: 0.4+dfsg-4build1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: lutok
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Braud-Santoni
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: liblutok3 (= 0.4+dfsg-4build1), liblua5.2-dev
Filename: pool/universe/l/lutok/liblutok-dev_0.4+dfsg-4build1_amd64.deb
Size: 7468
MD5sum: b816f974c3d41751058abbc0960a38b4
SHA1: b7205b92429611e5caca445ec338a1030f234443
SHA256: 76be2b8c0294378552849df0b2e1bf0257e74151dab59049c22e6c00cd6b62b0
SHA512: ca63dc132c10a136dd12c1d7427a5eea50535ab94b4cafe41d1bf08156f2b03f317b8cd16b870a437e8e1e2e19f45aedfa987293b5af76e4d4d2bcee45856463
Homepage: https://github.com/jmmv/lutok/
Description-en: lightweight C++ API library for Lua -- development files
Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua. These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors. The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.
.
Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments. In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.
.
This package contains development files (headers, pkg-config files, ...)
Description-md5: 85755a044ac885d08997e36baf146042