How to Install and Uninstall liblutok3 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

1. Install "liblutok3" package

This guide let you learn how to install liblutok3 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install liblutok3

2. Uninstall "liblutok3" package

Please follow the steps below to uninstall liblutok3 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove liblutok3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblutok3 package on Ubuntu 21.04 (Hirsute Hippo)

Package: liblutok3
Architecture: amd64
Version: 0.4+dfsg-4build1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: lutok
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Braud-Santoni
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 72
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), liblua5.2-0, libstdc++6 (>= 5.2)
Filename: pool/universe/l/lutok/liblutok3_0.4+dfsg-4build1_amd64.deb
Size: 17964
MD5sum: 0b8fa1dd3798ebdc4c5f4189f839c949
SHA1: 28ec71a1afe3d571bbf0eb10a3980f88aa05059c
SHA256: d41af05a6553683753d264b321e38a7df74d49cc6c21c64b6d55b27c8d7fd4d6
SHA512: 544fe211bbf0a0e5dc99eb50160547197561b5be4bca47fd7aa83c7faf1f32d7aade148a903d57e879ecf638fcc06ac3347171372d0b6b8e02b17085fa3ef025
Homepage: https://github.com/jmmv/lutok/
Description-en: lightweight C++ API library for Lua -- shared object
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 the linkable shared object.
Description-md5: 3184988ce326b32b11523a0da95a974f