How to Install and Uninstall lua-nginx-websocket Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "lua-nginx-websocket" package

Learn how to install lua-nginx-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-nginx-websocket

2. Uninstall "lua-nginx-websocket" package

Please follow the guidance below to uninstall lua-nginx-websocket on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-nginx-websocket $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-nginx-websocket package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-nginx-websocket
Priority: optional
Section: universe/interpreters
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Laurent Arnoud
Architecture: all
Version: 0.05-1
Depends: nginx-extras
Filename: pool/universe/l/lua-nginx-websocket/lua-nginx-websocket_0.05-1_all.deb
Size: 7264
MD5sum: bec0d93eb797934c36e86608a44bfb31
SHA1: 160228dd0eb2044aa7de0b4a2df019ec598e0bef
SHA256: caec0c857b20f45f0baf29cf3deaa2bd9b10c112047bc9d190123d3bf64ca8dd
Description-en: Lua websocket client driver for the nginx embedded Lua language
This modules provides a pure Lua websocket driver implementation for the
embedded nginx's Lua interpreter.
.
Because this module is based on the ngx_lua's cosocket API, it inherits
the advantage of a real nonblocking behaviour running effectively on the
underlying nginx server ultra-fast technology design, allowing Web
developers making use of the Lua programming language to script and
construct extremely high-performance web applications capable to handle
10K+ connections.
.
Note that this module works for both nginx (provided by nginx-extras)
and the OpenResty bundle.
Description-md5: ef6b854a369e378d5efecb37ceeae086
Homepage: https://github.com/openresty/lua-resty-websocket
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu