How to Install and Uninstall php-pear-Net-LDAP2.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "php-pear-Net-LDAP2.noarch" package

In this section, we are going to explain the necessary steps to install php-pear-Net-LDAP2.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-pear-Net-LDAP2.noarch

2. Uninstall "php-pear-Net-LDAP2.noarch" package

This guide covers the steps necessary to uninstall php-pear-Net-LDAP2.noarch on Fedora 38:

$ sudo dnf remove php-pear-Net-LDAP2.noarch $ sudo dnf autoremove

3. Information about the php-pear-Net-LDAP2.noarch package on Fedora 38

Last metadata expiration check: 2:29:01 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : php-pear-Net-LDAP2
Version : 2.2.0
Release : 15.fc38
Architecture : noarch
Size : 102 k
Source : php-pear-Net-LDAP2-2.2.0-15.fc38.src.rpm
Repository : fedora
Summary : Object oriented interface for searching and manipulating LDAP-entries
URL : http://pear.php.net/package/Net_LDAP2
License : LGPLv3
Description : Net_LDAP2 is the successor of Net_LDAP (which is a clone of Perls Net::LDAP)
: object interface to directory servers. It does contain most of Net::LDAPs
: features but has some own too.
:
: With Net_LDAP2 you have:
: * A simple object-oriented interface to connections,
: searches entries and filters.
: * Support for TLS and LDAP v3.
: * Simple modification, deletion and creation of LDAP entries.
: * Support for schema handling.
:
: Net_LDAP2 layers itself on top of PHP's existing ldap extensions.