How To Install perl-Net-OpenID-Common on Fedora 36

In this tutorial we learn how to install perl-Net-OpenID-Common in Fedora 36. perl-Net-OpenID-Common is Libraries shared between Net

Introduction

In this tutorial we learn how to install perl-Net-OpenID-Common on Fedora 36.

What is perl-Net-OpenID-Common

The Consumer and Server implementations share a few libraries which live with this module. This module is here largely to hold the version number and this documentation, though it also incorporates some utility functions inherited from previous versions of Net

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

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

sudo dnf -y install perl-Net-OpenID-Common

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

sudo yum -y install perl-Net-OpenID-Common

How To Uninstall perl-Net-OpenID-Common on Fedora 36

To uninstall only the perl-Net-OpenID-Common package we can use the following command:

sudo dnf remove perl-Net-OpenID-Common

perl-Net-OpenID-Common Package Contents on Fedora 36

/usr/share/doc/perl-Net-OpenID-Common
/usr/share/doc/perl-Net-OpenID-Common/Changes
/usr/share/doc/perl-Net-OpenID-Common/README
/usr/share/licenses/perl-Net-OpenID-Common
/usr/share/licenses/perl-Net-OpenID-Common/LICENSE
/usr/share/man/man3/Net::OpenID::Common.3pm.gz
/usr/share/man/man3/Net::OpenID::Extension.3pm.gz
/usr/share/man/man3/Net::OpenID::Extension::SimpleRegistration.3pm.gz
/usr/share/man/man3/Net::OpenID::ExtensionMessage.3pm.gz
/usr/share/man/man3/Net::OpenID::IndirectMessage.3pm.gz
/usr/share/man/man3/Net::OpenID::URIFetch.3pm.gz
/usr/share/man/man3/Net::OpenID::Yadis.3pm.gz
/usr/share/man/man3/Net::OpenID::Yadis::Service.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/OpenID
/usr/share/perl5/vendor_perl/Net/OpenID/Common.pm
/usr/share/perl5/vendor_perl/Net/OpenID/Extension
/usr/share/perl5/vendor_perl/Net/OpenID/Extension.pm
/usr/share/perl5/vendor_perl/Net/OpenID/Extension/SimpleRegistration.pm
/usr/share/perl5/vendor_perl/Net/OpenID/ExtensionMessage.pm
/usr/share/perl5/vendor_perl/Net/OpenID/IndirectMessage.pm
/usr/share/perl5/vendor_perl/Net/OpenID/URIFetch.pm
/usr/share/perl5/vendor_perl/Net/OpenID/Yadis
/usr/share/perl5/vendor_perl/Net/OpenID/Yadis.pm
/usr/share/perl5/vendor_perl/Net/OpenID/Yadis/Service.pm

References

Summary

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