How to Install and Uninstall lua-ldap.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "lua-ldap.x86_64" package

Please follow the guidelines below to install lua-ldap.x86_64 on Fedora 36

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

2. Uninstall "lua-ldap.x86_64" package

This is a short guide on how to uninstall lua-ldap.x86_64 on Fedora 36:

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

3. Information about the lua-ldap.x86_64 package on Fedora 36

Last metadata expiration check: 1:19:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : lua-ldap
Version : 1.1.0
Release : 21.fc36
Architecture : x86_64
Size : 33 k
Source : lua-ldap-1.1.0-21.fc36.src.rpm
Repository : fedora
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.