How To Install perl-Test-Net-LDAP on Rocky Linux 8

In this tutorial we learn how to install perl-Test-Net-LDAP on Rocky Linux 8. perl-Test-Net-LDAP is Net

Introduction

In this tutorial we learn how to install perl-Test-Net-LDAP on Rocky Linux 8.

What is perl-Test-Net-LDAP

This module provides some testing methods for LDAP operations, such as search, add, and modify, where each method is suffixed with either _ok or _is.

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

Install perl-Test-Net-LDAP on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

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

Install perl-Test-Net-LDAP on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

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

How To Uninstall perl-Test-Net-LDAP on Rocky Linux 8

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

sudo dnf remove perl-Test-Net-LDAP

perl-Test-Net-LDAP Package Contents on Rocky Linux 8

/usr/share/doc/perl-Test-Net-LDAP
/usr/share/doc/perl-Test-Net-LDAP/Changes
/usr/share/doc/perl-Test-Net-LDAP/README
/usr/share/man/man3/Test::Net::LDAP.3pm.gz
/usr/share/man/man3/Test::Net::LDAP::Mock.3pm.gz
/usr/share/man/man3/Test::Net::LDAP::Util.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Net
/usr/share/perl5/vendor_perl/Test/Net/LDAP
/usr/share/perl5/vendor_perl/Test/Net/LDAP.pm
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Mixin.pm
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Mock
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Mock.pm
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Mock/Data.pm
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Mock/Node.pm
/usr/share/perl5/vendor_perl/Test/Net/LDAP/Util.pm

References

Summary

In this tutorial we learn how to install perl-Test-Net-LDAP on Rocky Linux 8 using yum and dnf.