How To Install openwsman-perl on Fedora 36

In this tutorial we learn how to install openwsman-perl in Fedora 36. openwsman-perl is Perl bindings for openwsman client API

Introduction

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

What is openwsman-perl

This package provides Perl bindings to access the openwsman client API.

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

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

sudo dnf -y install openwsman-perl

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

sudo yum -y install openwsman-perl

How To Uninstall openwsman-perl on Fedora 36

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

sudo dnf remove openwsman-perl

openwsman-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/d4631e571d6a47fdb6beacac4a70b32ecc0ead
/usr/lib64/perl5/vendor_perl/openwsman.so
/usr/share/doc/openwsman-perl
/usr/share/doc/openwsman-perl/AUTHORS
/usr/share/doc/openwsman-perl/COPYING
/usr/share/doc/openwsman-perl/ChangeLog
/usr/share/doc/openwsman-perl/README.md
/usr/share/perl5/vendor_perl/openwsman.pm

References

Summary

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