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

Last updated: May 14,2024

1. Install "liblutok-dev" package

Please follow the step by step instructions below to install liblutok-dev on Kali Linux

$ sudo apt update $ sudo apt install liblutok-dev

2. Uninstall "liblutok-dev" package

This guide let you learn how to uninstall liblutok-dev on Kali Linux:

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

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

Package: liblutok-dev
Source: lutok (0.4+dfsg-4.1)
Version: 0.4+dfsg-4.1+b1
Installed-Size: 47
Maintainer: Nicolas Braud-Santoni
Architecture: amd64
Depends: liblutok3 (= 0.4+dfsg-4.1+b1), liblua5.1-0-dev
Size: 8432
SHA256: 7f9bece0ebd82a7ee22dbee95e3d3f9da55946f82b6d3b1cd9f6ee5b7a1d15f9
SHA1: 19fc9cea5071ed1e269c500ec8dcdd5fd847f85b
MD5sum: 9b3f43142f301b69f94a0baa5e7ec2a2
Description: 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:
Multi-Arch: same
Homepage: https://github.com/jmmv/lutok/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/lutok/liblutok-dev_0.4+dfsg-4.1+b1_amd64.deb