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

Last updated: November 29,2024

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

This is a short guide on how to install lua-ldap-compat.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall lua-ldap-compat.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:52:07 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : lua-ldap-compat
Version : 1.1.0
Release : 20.fc35
Architecture : x86_64
Size : 33 k
Source : lua-ldap-1.1.0-20.fc35.src.rpm
Repository : fedora
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.