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

Last updated: May 06,2024

1. Install "lua-ldap" package

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

$ sudo apt update $ sudo apt install lua-ldap

2. Uninstall "lua-ldap" package

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

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

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

Package: lua-ldap
Priority: optional
Section: universe/interpreters
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Capello
Architecture: amd64
Version: 1.1.0-1-geeac494-6
Provides: lua5.1-ldap
Depends: libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7)
Pre-Depends: multiarch-support
Filename: pool/universe/l/lua-ldap/lua-ldap_1.1.0-1-geeac494-6_amd64.deb
Size: 10618
MD5sum: c636603261033bc7c4e901bb1aa348bd
SHA1: 81df6f40d0bab1fe7359597ae6b2f5ba33c9e515
SHA256: f36e081d2dd88af55e52f39dfe33891701f79a9f8352b73944ea3cda4336fae8
Description-en: LDAP library for the Lua language
This package contains the Lua LDAP library to:
* Connect to an LDAP server (OpenLDAP or ADSI/WinLDAP);
* Execute any operation (search, add, compare, delete, modify
and rename);
* Retrieve entries and references of the search result.
.
This package contains the runtime library.
Description-md5: a7723a05f46b606e49686db915abfe7e
Multi-Arch: same
Homepage: https://github.com/luaforge/lualdap
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu