How to Install and Uninstall liblua5.4-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "liblua5.4-dev" package

Please follow the guidance below to install liblua5.4-dev on Kali Linux

$ sudo apt update $ sudo apt install liblua5.4-dev

2. Uninstall "liblua5.4-dev" package

This tutorial shows how to uninstall liblua5.4-dev on Kali Linux:

$ sudo apt remove liblua5.4-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblua5.4-dev package on Kali Linux

Package: liblua5.4-dev
Source: lua5.4
Version: 5.4.6-3
Installed-Size: 1108
Maintainer: Debian Lua Team
Architecture: amd64
Depends: liblua5.4-0 (= 5.4.6-3), libc6-dev | libc-dev, libreadline-dev
Recommends: pkgconf, libtool-bin
Size: 175660
SHA256: f5d17059c5cad35d16defc68b1b75cb9ab59951023b71aa98688477151134b5c
SHA1: c15318be305259ffa8330c9f96e00fde351e559b
MD5sum: f32e1c4c9ceabfe4108490e773bc546a
Description: Development files for the Lua language version 5.4
Lua is a powerful, light-weight programming language designed for extending
applications. The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions. Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.
.
This package contains developer resources for using the Lua library.
Install it if you are developing programs which use the Lua C API.
.
This package also contains the official manual covering the Lua language
and C API.
Description-md5:
Multi-Arch: same
Homepage: http://www.lua.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/lua5.4/liblua5.4-dev_5.4.6-3_amd64.deb