How to Install and Uninstall lua-ldap.x86_64 Package on Rocky Linux 8

Last updated: May 04,2024

1. Install "lua-ldap.x86_64" package

Please follow the guidelines below to install lua-ldap.x86_64 on Rocky Linux 8

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

2. Uninstall "lua-ldap.x86_64" package

Please follow the steps below to uninstall lua-ldap.x86_64 on Rocky Linux 8:

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

3. Information about the lua-ldap.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:49:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : lua-ldap
Version : 1.1.0
Release : 20.el8
Architecture : x86_64
Size : 34 k
Source : lua-ldap-1.1.0-20.el8.src.rpm
Repository : epel
Summary : LDAP client library for Lua, 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
: 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.