How to Install and Uninstall perl-Net-Stomp.noarch Package on Fedora 35

Last updated: May 21,2024

1. Install "perl-Net-Stomp.noarch" package

This tutorial shows how to install perl-Net-Stomp.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Net-Stomp.noarch

2. Uninstall "perl-Net-Stomp.noarch" package

Please follow the step by step instructions below to uninstall perl-Net-Stomp.noarch on Fedora 35:

$ sudo dnf remove perl-Net-Stomp.noarch $ sudo dnf autoremove

3. Information about the perl-Net-Stomp.noarch package on Fedora 35

Last metadata expiration check: 4:37:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Net-Stomp
Version : 0.61
Release : 1.fc35
Architecture : noarch
Size : 39 k
Source : perl-Net-Stomp-0.61-1.fc35.src.rpm
Repository : fedora
Summary : Stomp client module for Perl
URL : https://metacpan.org/release/Net-Stomp
License : GPL+ or Artistic
Description : 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::Stomp can be used to communicate with Apache ActiveMQ, an
: enterprise-level Java Message Service 1.1 (JMS) message broker.