How To Install perl-Net-Stomp on Fedora 36

In this tutorial we learn how to install perl-Net-Stomp in Fedora 36. perl-Net-Stomp is Stomp client module for Perl

Introduction

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

What is perl-Net-Stomp

This module allows you to write a Stomp client. Stomp, the Streaming Text Orientated Messaging Protocol, is a simple and easy to implement protocol for working with Message Orientated Middleware. Net enterprise-level Java Message Service 1.1 (JMS) message broker.

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

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

sudo dnf -y install perl-Net-Stomp

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

sudo yum -y install perl-Net-Stomp

How To Uninstall perl-Net-Stomp on Fedora 36

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

sudo dnf remove perl-Net-Stomp

perl-Net-Stomp Package Contents on Fedora 36

/usr/share/doc/perl-Net-Stomp
/usr/share/doc/perl-Net-Stomp/CHANGES
/usr/share/doc/perl-Net-Stomp/README
/usr/share/doc/perl-Net-Stomp/examples
/usr/share/doc/perl-Net-Stomp/examples/send.pl
/usr/share/doc/perl-Net-Stomp/examples/subscribe.pl
/usr/share/man/man3/Net::Stomp.3pm.gz
/usr/share/man/man3/Net::Stomp::Frame.3pm.gz
/usr/share/man/man3/Net::Stomp::StupidLogger.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Stomp
/usr/share/perl5/vendor_perl/Net/Stomp.pm
/usr/share/perl5/vendor_perl/Net/Stomp/Frame.pm
/usr/share/perl5/vendor_perl/Net/Stomp/StupidLogger.pm

References

Summary

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