How to Install and Uninstall lua-ldap-compat.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "lua-ldap-compat.x86_64" package

This guide covers the steps necessary to install lua-ldap-compat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install lua-ldap-compat.x86_64

2. Uninstall "lua-ldap-compat.x86_64" package

This guide let you learn how to uninstall lua-ldap-compat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove lua-ldap-compat.x86_64 $ sudo dnf autoremove

3. Information about the lua-ldap-compat.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:34:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : lua-ldap-compat
Version : 1.1.0
Release : 20.el8
Architecture : x86_64
Size : 35 k
Source : lua-ldap-1.1.0-20.el8.src.rpm
Repository : epel
Summary : LDAP client library for Lua 5.1, using OpenLDAP
URL : http://www.keplerproject.org/lualdap/
License : MIT
Description : LuaLDAP is a simple interface from Lua to an LDAP client. It enables a Lua 5.1
: program to:
: * Connect to an LDAP server;
: * Execute any operation (search, add, compare, delete, modify and rename);
: * Retrieve entries and references of the search result.