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

Last updated: October 06,2024

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

This is a short guide on how to install php-pear-Net-LDAP2.noarch on Fedora 35

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

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

Learn how to uninstall php-pear-Net-LDAP2.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:28:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-pear-Net-LDAP2
Version : 2.2.0
Release : 12.fc35
Architecture : noarch
Size : 93 k
Source : php-pear-Net-LDAP2-2.2.0-12.fc35.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.