How To Install perl-WWW-Google-Contacts on Fedora 36

In this tutorial we learn how to install perl-WWW-Google-Contacts in Fedora 36. perl-WWW-Google-Contacts is Use Perl to access, list and edit Google Contacts

Introduction

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

What is perl-WWW-Google-Contacts

This module implements ‘Google Contacts Data API’ according to http

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

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

sudo dnf -y install perl-WWW-Google-Contacts

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

sudo yum -y install perl-WWW-Google-Contacts

How To Uninstall perl-WWW-Google-Contacts on Fedora 36

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

sudo dnf remove perl-WWW-Google-Contacts

perl-WWW-Google-Contacts Package Contents on Fedora 36

/usr/share/doc/perl-WWW-Google-Contacts
/usr/share/doc/perl-WWW-Google-Contacts/Changes
/usr/share/doc/perl-WWW-Google-Contacts/LICENSE
/usr/share/doc/perl-WWW-Google-Contacts/README
/usr/share/doc/perl-WWW-Google-Contacts/dist.ini
/usr/share/man/man3/WWW::Google::Contacts.3pm.gz
/usr/share/man/man3/WWW::Google::Contacts::Contact.3pm.gz
/usr/share/man/man3/WWW::Google::Contacts::ContactList.3pm.gz
/usr/share/man/man3/WWW::Google::Contacts::Group.3pm.gz
/usr/share/man/man3/WWW::Google::Contacts::GroupList.3pm.gz
/usr/share/man/man3/WWW::Google::Contacts::Photo.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Google
/usr/share/perl5/vendor_perl/WWW/Google/Contacts
/usr/share/perl5/vendor_perl/WWW/Google/Contacts.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Base.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Contact.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/ContactList.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Data.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Group.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/GroupList.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/InternalTypes.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Meta
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Meta/Attribute
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Meta/Attribute/Trait
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Meta/Attribute/Trait/XmlField.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Photo.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Roles
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Roles/CRUD.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Roles/HasTypeAndLabel.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Roles/List.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Server.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Base.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Birthday.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/CalendarLink.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Category.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/ContactEvent.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Country.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Email.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/ExternalId.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Gender.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/GroupMembership.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Hobby.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/IM.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Jot.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Language.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Name.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Organization.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/PhoneNumber.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/PostalAddress.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Priority.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Rel.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Relation.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Sensitivity.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/UserDefined.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Website.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/When.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Type/Where.pm
/usr/share/perl5/vendor_perl/WWW/Google/Contacts/Types.pm

References

Summary

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