How To Install perl-WWW-Salesforce on Fedora 36

In this tutorial we learn how to install perl-WWW-Salesforce in Fedora 36. perl-WWW-Salesforce is Simple abstraction layer between SOAP

Introduction

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

What is perl-WWW-Salesforce

This class provides a simple abstraction layer between SOAP Salesforce.com. Because SOAP document/literal encoding is limited, this module works around those limitations and provides a more intuitive interface a developer can interact with.

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

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

sudo dnf -y install perl-WWW-Salesforce

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

sudo yum -y install perl-WWW-Salesforce

How To Uninstall perl-WWW-Salesforce on Fedora 36

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

sudo dnf remove perl-WWW-Salesforce

perl-WWW-Salesforce Package Contents on Fedora 36

/usr/share/doc/perl-WWW-Salesforce
/usr/share/doc/perl-WWW-Salesforce/Changes
/usr/share/doc/perl-WWW-Salesforce/README
/usr/share/licenses/perl-WWW-Salesforce
/usr/share/licenses/perl-WWW-Salesforce/LICENSE
/usr/share/man/man3/WWW::Salesforce.3pm.gz
/usr/share/man/man3/WWW::Salesforce::Simple.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Salesforce
/usr/share/perl5/vendor_perl/WWW/Salesforce.pm
/usr/share/perl5/vendor_perl/WWW/Salesforce/Constants.pm
/usr/share/perl5/vendor_perl/WWW/Salesforce/Deserializer.pm
/usr/share/perl5/vendor_perl/WWW/Salesforce/Serializer.pm
/usr/share/perl5/vendor_perl/WWW/Salesforce/Simple.pm

References

Summary

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