How to Install and Uninstall lua-resty-core Package on Kali Linux

Last updated: May 20,2024

1. Install "lua-resty-core" package

This guide let you learn how to install lua-resty-core on Kali Linux

$ sudo apt update $ sudo apt install lua-resty-core

2. Uninstall "lua-resty-core" package

This is a short guide on how to uninstall lua-resty-core on Kali Linux:

$ sudo apt remove lua-resty-core $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-resty-core package on Kali Linux

Package: lua-resty-core
Version: 0.1.28-2
Installed-Size: 239
Maintainer: Jan Mojžíš
Architecture: all
Provides: lua5.1-resty-core
Depends: libluajit2-5.1-2, libnginx-mod-http-lua (<< 1:0.10.26.1~), libnginx-mod-http-lua (>= 1:0.10.26), lua-resty-lrucache
Size: 32940
SHA256: d94ac2db4cc51c7658467c1e8c24cce1530e8d0440869932e7f0df9bde6286ac
SHA1: 2445434d01f5f8788c61275a222fcc77b1d277c7
MD5sum: e8250f949841c2ea31b9160f4947cf6d
Description: New FFI-based Lua API for NGINX Lua module
This pure Lua library reimplements part of the ngx_lua module's Nginx API
for Lua with LuaJIT FFI and installs the new FFI-based Lua API
into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition,
this Lua library implements any significant new Lua APIs of the ngx_lua module
as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based
Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on
the standard Lua C API, which will never be JIT compiled and the user Lua code
is always interpreted (slowly).
Description-md5:
Homepage: https://github.com/openresty/lua-resty-core
Lua-Versions: 5.1
Section: net
Priority: optional
Filename: pool/main/l/lua-resty-core/lua-resty-core_0.1.28-2_all.deb