How To Install perl-VMware-LabManager on Fedora 36

In this tutorial we learn how to install perl-VMware-LabManager in Fedora 36. perl-VMware-LabManager is Perl module to provide basic VMware Lab Manager operations

Introduction

In this tutorial we learn how to install perl-VMware-LabManager on Fedora 36.

What is perl-VMware-LabManager

This module does not provide a one-to-one mapping of the Lab Manager SOAP API, but rather it provides an API wrapper, which combines certain SOAP calls as a meaningful single operation. Thus this module is heavily tailored for automation purposes. But, it should also cater to the broader audience as it still does provide overall functionality that might be required.

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

Install perl-VMware-LabManager 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-VMware-LabManager using dnf by running the following command:

sudo dnf -y install perl-VMware-LabManager

Install perl-VMware-LabManager 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-VMware-LabManager using yum by running the following command:

sudo yum -y install perl-VMware-LabManager

How To Uninstall perl-VMware-LabManager on Fedora 36

To uninstall only the perl-VMware-LabManager package we can use the following command:

sudo dnf remove perl-VMware-LabManager

perl-VMware-LabManager Package Contents on Fedora 36

/usr/share/doc/perl-VMware-LabManager
/usr/share/doc/perl-VMware-LabManager/Changes
/usr/share/doc/perl-VMware-LabManager/README
/usr/share/man/man3/VMware::LabManager.3pm.gz
/usr/share/perl5/vendor_perl/VMware
/usr/share/perl5/vendor_perl/VMware/LabManager.pm

References

Summary

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