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

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

Introduction

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

What is perl-Net-LDAP-DSML

Directory Service Markup Language (DSML) is the XML standard for representing directory service information in XML. At the moment this Perl module only writes DSML entry and schema entities. Reading DSML entities is a future project.

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

Install perl-Net-LDAP-DSML 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-DSML using dnf by running the following command:

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

Install perl-Net-LDAP-DSML 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-DSML using yum by running the following command:

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

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

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

sudo dnf remove perl-Net-LDAP-DSML

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

/usr/share/man/man3/Net::LDAP::DSML.3pm.gz
/usr/share/perl5/vendor_perl/Net/LDAP/DSML.pm

References

Summary

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