How to Install and Uninstall lua-wsapi Package on Kali Linux

Last updated: May 10,2024

1. Install "lua-wsapi" package

Please follow the guidelines below to install lua-wsapi on Kali Linux

$ sudo apt update $ sudo apt install lua-wsapi

2. Uninstall "lua-wsapi" package

Please follow the guidance below to uninstall lua-wsapi on Kali Linux:

$ sudo apt remove lua-wsapi $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-wsapi package on Kali Linux

Package: lua-wsapi
Version: 1.6.1-2
Installed-Size: 95
Maintainer: Debian QA Group
Architecture: all
Provides: lua5.1-wsapi, lua5.2-wsapi
Depends: lua-coxpcall, lua-rings, lua-filesystem, lua-cgi, lua5.1
Size: 17292
SHA256: c61d8d2b82e5705601df107e4b26ac4488932761122aeb6eebf798994b608dd2
SHA1: 90f9be82571ee3182938c5096a265a45a606b746
MD5sum: 6de5924db5abca93e1b06cf6bbe52d30
Description: Web server API abstraction layer for the Lua language
WSAPI is an API that abstracts the web server for Lua web applications,
allowing the same application to be used in different web servers.
.
This package contains the WSAPI utility libraries (for common tasks like url
encoding/decoding) as well as the following backends (server implementations):
.
- CGI (the regular environment-variables based protocol)
- xavante (for the Xavante web server)
.
The fastcgi backends is available in the separate package lua-wsapi-fcgi.
Description-md5:
Multi-Arch: foreign
Homepage: http://keplerproject.github.com/wsapi/index.html
Lua-Versions: 5.1 5.2
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-wsapi/lua-wsapi_1.6.1-2_all.deb