How To Install perl-ServiceNow-API on Fedora 36

In this tutorial we learn how to install perl-ServiceNow-API in Fedora 36. perl-ServiceNow-API is ServiceNow API for accessing the Service-now platform

Introduction

In this tutorial we learn how to install perl-ServiceNow-API on Fedora 36.

What is perl-ServiceNow-API

The Perl API provides a library of Perl classes and sub routines for programmatic access to the platform and its applications. The API utilizes the SOAP web service interface of the platform.

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

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

sudo dnf -y install perl-ServiceNow-API

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

sudo yum -y install perl-ServiceNow-API

How To Uninstall perl-ServiceNow-API on Fedora 36

To uninstall only the perl-ServiceNow-API package we can use the following command:

sudo dnf remove perl-ServiceNow-API

perl-ServiceNow-API Package Contents on Fedora 36

/usr/share/doc/perl-ServiceNow-API
/usr/share/doc/perl-ServiceNow-API/Changes
/usr/share/doc/perl-ServiceNow-API/README
/usr/share/man/man3/ServiceNow.3pm.gz
/usr/share/man/man3/ServiceNow::Attachment.3pm.gz
/usr/share/man/man3/ServiceNow::Configuration.3pm.gz
/usr/share/man/man3/ServiceNow::Connection.3pm.gz
/usr/share/man/man3/ServiceNow::GlideRecord.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Approval.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Change.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Dictionary.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Incident.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Problem.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Request.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::RequestedItem.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::SC_Task.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Task.3pm.gz
/usr/share/man/man3/ServiceNow::ITIL::Ticket.3pm.gz
/usr/share/man/man3/ServiceNow::WS.3pm.gz
/usr/share/man/man3/ServiceNow::WSResult.3pm.gz
/usr/share/perl5/vendor_perl/ServiceNow
/usr/share/perl5/vendor_perl/ServiceNow.pm
/usr/share/perl5/vendor_perl/ServiceNow/Attachment.pm
/usr/share/perl5/vendor_perl/ServiceNow/Configuration.pm
/usr/share/perl5/vendor_perl/ServiceNow/Connection.pm
/usr/share/perl5/vendor_perl/ServiceNow/GlideRecord.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Approval.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Change.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Dictionary.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Incident.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Problem.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Request.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/RequestedItem.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/SC_Task.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Task.pm
/usr/share/perl5/vendor_perl/ServiceNow/ITIL/Ticket.pm
/usr/share/perl5/vendor_perl/ServiceNow/ImportSet
/usr/share/perl5/vendor_perl/ServiceNow/ImportSet/Notification.pm
/usr/share/perl5/vendor_perl/ServiceNow/Universal.pm
/usr/share/perl5/vendor_perl/ServiceNow/WS.pm
/usr/share/perl5/vendor_perl/ServiceNow/WSResult.pm
/usr/share/perl5/vendor_perl/TestHarness.pl

References

Summary

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