How to Install and Uninstall lua-ldap.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "lua-ldap.x86_64" package

This tutorial shows how to install lua-ldap.x86_64 on Oracle Linux 9

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

2. Uninstall "lua-ldap.x86_64" package

This guide let you learn how to uninstall lua-ldap.x86_64 on Oracle Linux 9:

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

3. Information about the lua-ldap.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:06:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lua-ldap
Version : 1.3.1
Release : 3.el9
Architecture : x86_64
Size : 25 k
Source : lua-ldap-1.3.1-3.el9.src.rpm
Repository : epel
Summary : LDAP client library for Lua, using OpenLDAP
URL : https://lualdap.github.io/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.