How to Install and Uninstall perl-Net-AMQP-RabbitMQ Package on openSUSE Leap

Last updated: February 02,2025

1. Install "perl-Net-AMQP-RabbitMQ" package

In this section, we are going to explain the necessary steps to install perl-Net-AMQP-RabbitMQ on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-AMQP-RabbitMQ

2. Uninstall "perl-Net-AMQP-RabbitMQ" package

This tutorial shows how to uninstall perl-Net-AMQP-RabbitMQ on openSUSE Leap:

$ sudo zypper remove perl-Net-AMQP-RabbitMQ

3. Information about the perl-Net-AMQP-RabbitMQ package on openSUSE Leap

Information for package perl-Net-AMQP-RabbitMQ:
-----------------------------------------------
Repository : Main Repository
Name : perl-Net-AMQP-RabbitMQ
Version : 2.40010-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 245.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-AMQP-RabbitMQ-2.40010-bp155.1.6.src
Upstream URL : https://metacpan.org/release/Net-AMQP-RabbitMQ
Summary : Interact with RabbitMQ over AMQP using librabbitmq
Description :
'Net::AMQP::RabbitMQ' provides a simple wrapper around the librabbitmq
library that allows connecting, declaring exchanges and queues, binding and
unbinding queues, publishing, consuming and receiving events.
Error handling in this module is primarily achieve by 'Perl_croak' (die).
You should be making good use of 'eval' around these methods to ensure that
you appropriately catch the errors.