How to Install and Uninstall liblutok3 Package on Kali Linux

Last updated: May 11,2024

1. Install "liblutok3" package

Please follow the instructions below to install liblutok3 on Kali Linux

$ sudo apt update $ sudo apt install liblutok3

2. Uninstall "liblutok3" package

Please follow the step by step instructions below to uninstall liblutok3 on Kali Linux:

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

3. Information about the liblutok3 package on Kali Linux

Package: liblutok3
Source: lutok (0.4+dfsg-4.1)
Version: 0.4+dfsg-4.1+b1
Installed-Size: 73
Maintainer: Nicolas Braud-Santoni
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), liblua5.1-0, libstdc++6 (>= 5.2)
Size: 18536
SHA256: f391b66c11c14bb58b009fbb0127b70855bddaf06cb1e2020f614f92ba2de1a5
SHA1: 4fb696af6a84fd72bd171cab1d25142347003df5
MD5sum: 8af382e7e4e67dccbe17b28c790ccebd
Description: 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:
Multi-Arch: same
Homepage: https://github.com/jmmv/lutok/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/l/lutok/liblutok3_0.4+dfsg-4.1+b1_amd64.deb