How To Install perl-WebService-Linode on Fedora 36

In this tutorial we learn how to install perl-WebService-Linode in Fedora 36. perl-WebService-Linode is Perl Interface to the Linode.com API

Introduction

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

What is perl-WebService-Linode

This module implements the Linode.com API methods. Linode methods have had dots replaced with underscores to generate the perl method name. All keys and parameters have been lower cased but returned data remains otherwise the same. For additional information see <http

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

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

sudo dnf -y install perl-WebService-Linode

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

sudo yum -y install perl-WebService-Linode

How To Uninstall perl-WebService-Linode on Fedora 36

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

sudo dnf remove perl-WebService-Linode

perl-WebService-Linode Package Contents on Fedora 36

/usr/share/doc/perl-WebService-Linode
/usr/share/doc/perl-WebService-Linode/Changes
/usr/share/doc/perl-WebService-Linode/README
/usr/share/doc/perl-WebService-Linode/examples
/usr/share/doc/perl-WebService-Linode/examples/dyndns.pl
/usr/share/doc/perl-WebService-Linode/examples/list_records.pl
/usr/share/doc/perl-WebService-Linode/examples/run_method.pl
/usr/share/licenses/perl-WebService-Linode
/usr/share/licenses/perl-WebService-Linode/LICENSE
/usr/share/man/man3/WebService::Linode.3pm.gz
/usr/share/man/man3/WebService::Linode::Base.3pm.gz
/usr/share/man/man3/WebService::Linode::DNS.3pm.gz
/usr/share/perl5/vendor_perl/WebService
/usr/share/perl5/vendor_perl/WebService/Linode
/usr/share/perl5/vendor_perl/WebService/Linode.pm
/usr/share/perl5/vendor_perl/WebService/Linode/Base.pm
/usr/share/perl5/vendor_perl/WebService/Linode/DNS.pm

References

Summary

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