How To Install perl-Net-LDAP-Server on Fedora 36

In this tutorial we learn how to install perl-Net-LDAP-Server in Fedora 36. perl-Net-LDAP-Server is Net

Introduction

In this tutorial we learn how to install perl-Net-LDAP-Server on Fedora 36.

What is perl-Net-LDAP-Server

Net can subclass it and implement the methods you need. Then you just instantiate your subclass and call its C method to establish a connection with the client.

We can use yum or dnf to install perl-Net-LDAP-Server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-LDAP-Server.

Install perl-Net-LDAP-Server on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Net-LDAP-Server using dnf by running the following command:

sudo dnf -y install perl-Net-LDAP-Server

Install perl-Net-LDAP-Server on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Net-LDAP-Server using yum by running the following command:

sudo yum -y install perl-Net-LDAP-Server

How To Uninstall perl-Net-LDAP-Server on Fedora 36

To uninstall only the perl-Net-LDAP-Server package we can use the following command:

sudo dnf remove perl-Net-LDAP-Server

perl-Net-LDAP-Server Package Contents on Fedora 36

/usr/share/doc/perl-Net-LDAP-Server
/usr/share/doc/perl-Net-LDAP-Server/Changelog
/usr/share/doc/perl-Net-LDAP-Server/README
/usr/share/doc/perl-Net-LDAP-Server/examples
/usr/share/doc/perl-Net-LDAP-Server/examples/MyDemoServer.pm
/usr/share/doc/perl-Net-LDAP-Server/examples/forking-server.pl
/usr/share/doc/perl-Net-LDAP-Server/examples/simple-server.pl
/usr/share/man/man3/Net::LDAP::Server.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/LDAP
/usr/share/perl5/vendor_perl/Net/LDAP/Server.pm

References

Summary

In this tutorial we learn how to install perl-Net-LDAP-Server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).