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

Last updated: July 08,2024

1. Install "lua-redis" package

This is a short guide on how to install lua-redis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-redis

2. Uninstall "lua-redis" package

Please follow the steps below to uninstall lua-redis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lua-redis
Priority: optional
Section: universe/interpreters
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Victor Seva
Architecture: all
Version: 2.0.4-2
Provides: lua5.1-redis, lua5.2-redis
Depends: lua-socket
Filename: pool/universe/l/lua-redis/lua-redis_2.0.4-2_all.deb
Size: 9698
MD5sum: c1cb940acea3f7ed9bedbc8d253324a3
SHA1: 0fb0e7d96fa7b4c54e7696ee85de8aa2f2ff88dd
SHA256: a1c24ef187cfcf8e9c28fc6a4cd4c90165cabe2faafb78a9b96968f79878e819
Description-en: Redis client database library for the Lua language
This package contains the Redis Lua library, that allows one to
interact with a Redis database from the Lua language. This client
supports Redis 1.2, command pipelining and transactions.
Description-md5: 70178e54060fa7212015e11979f3aca5
Homepage: https://github.com/nrk/redis-lua
Lua-Versions: 5.2 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu