How To Install perl-WWW-Splunk on Fedora 36

In this tutorial we learn how to install perl-WWW-Splunk in Fedora 36. perl-WWW-Splunk is Client for Splunk log search engine

Introduction

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

What is perl-WWW-Splunk

WWW with command-line interface, sc, and a supporting library. It lets you query the archived logs or conduct a real-time search.

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

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

sudo dnf -y install perl-WWW-Splunk

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

sudo yum -y install perl-WWW-Splunk

How To Uninstall perl-WWW-Splunk on Fedora 36

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

sudo dnf remove perl-WWW-Splunk

perl-WWW-Splunk Package Contents on Fedora 36

/usr/bin/sc
/usr/share/doc/perl-WWW-Splunk
/usr/share/doc/perl-WWW-Splunk/Changes
/usr/share/doc/perl-WWW-Splunk/README
/usr/share/licenses/perl-WWW-Splunk
/usr/share/licenses/perl-WWW-Splunk/LICENSE
/usr/share/man/man1/sc.1.gz
/usr/share/man/man3/WWW::Splunk.3pm.gz
/usr/share/man/man3/WWW::Splunk::API.3pm.gz
/usr/share/man/man3/WWW::Splunk::XMLParser.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Splunk
/usr/share/perl5/vendor_perl/WWW/Splunk.pm
/usr/share/perl5/vendor_perl/WWW/Splunk/API.pm
/usr/share/perl5/vendor_perl/WWW/Splunk/XMLParser.pm

References

Summary

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