How to Install and Uninstall liblutok-doc Package on Kali Linux

Last updated: May 14,2024

1. Install "liblutok-doc" package

Please follow the instructions below to install liblutok-doc on Kali Linux

$ sudo apt update $ sudo apt install liblutok-doc

2. Uninstall "liblutok-doc" package

Please follow the instructions below to uninstall liblutok-doc on Kali Linux:

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

3. Information about the liblutok-doc package on Kali Linux

Package: liblutok-doc
Source: lutok
Version: 0.4+dfsg-4.1
Installed-Size: 853
Maintainer: Nicolas Braud-Santoni
Architecture: all
Suggests: liblutok-dev (= 0.4+dfsg-4.1)
Size: 62860
SHA256: 4875bee869698af8ba7f68e3273e47ce8a5be68b21f9123b1ceda24745eecab6
SHA1: 8d5b16379678b914e1e58e8df3a4258f84e904c8
MD5sum: 5b7568b7e29cfac8ed1c70808b58c7da
Description: lightweight C++ API library for Lua -- documentation
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 developer documentation & API reference.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jmmv/lutok/
Section: doc
Priority: optional
Filename: pool/main/l/lutok/liblutok-doc_0.4+dfsg-4.1_all.deb