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

Last updated: June 29,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 34

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

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

Please follow the steps below to uninstall php-pear-Net-LDAP2.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:19:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-pear-Net-LDAP2
Version : 2.2.0
Release : 11.fc34
Architecture : noarch
Size : 94 k
Source : php-pear-Net-LDAP2-2.2.0-11.fc34.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.