How To Install perl-WWW-GoodData on Fedora 36

In this tutorial we learn how to install perl-WWW-GoodData in Fedora 36. perl-WWW-GoodData is Client library for GoodData REST-ful API

Introduction

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

What is perl-WWW-GoodData

WWW WWW correctness of implementation.

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

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

sudo dnf -y install perl-WWW-GoodData

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

sudo yum -y install perl-WWW-GoodData

How To Uninstall perl-WWW-GoodData on Fedora 36

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

sudo dnf remove perl-WWW-GoodData

perl-WWW-GoodData Package Contents on Fedora 36

/usr/bin/gdc
/usr/share/doc/perl-WWW-GoodData
/usr/share/doc/perl-WWW-GoodData/ISSUES
/usr/share/man/man1/gdc.1.gz
/usr/share/man/man3/LWP::Authen::Gooddata.3pm.gz
/usr/share/man/man3/WWW::GoodData.3pm.gz
/usr/share/man/man3/WWW::GoodData::Agent.3pm.gz
/usr/share/perl5/vendor_perl/LWP
/usr/share/perl5/vendor_perl/LWP/Authen
/usr/share/perl5/vendor_perl/LWP/Authen/Gooddata.pm
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/GoodData
/usr/share/perl5/vendor_perl/WWW/GoodData.pm
/usr/share/perl5/vendor_perl/WWW/GoodData/Agent.pm

References

Summary

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