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

Last updated: May 20,2024

1. Install "lua-nginx-memcached" package

Please follow the steps below to install lua-nginx-memcached on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "lua-nginx-memcached" package

This tutorial shows how to uninstall lua-nginx-memcached on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lua-nginx-memcached
Priority: optional
Section: universe/interpreters
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Ulises Vitulli
Architecture: all
Version: 0.10-1
Depends: nginx-extras
Filename: pool/universe/l/lua-nginx-memcached/lua-nginx-memcached_0.10-1_all.deb
Size: 10020
MD5sum: aa84b16008576a920281a89bc5aafc13
SHA1: c32e41b6722a842976fa8f9b1dda815cb3a4cfc2
SHA256: e8832e09e2e4816e264a048086650c0ceab79891a8ba0a351da61013742212d3
Description-en: Pure Lua memcached client driver for the nginx embedded Lua language
This modules provides a pure Lua memcached 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: 63a01bca6d12bfcd54b9378a7119ddbc
Homepage: https://github.com/agentzh/lua-resty-memcached
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu