How to Install and Uninstall perl-Net-AMQP-RabbitMQ Package on openSuSE Tumbleweed

Last updated: November 17,2024

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 Tumbleweed

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Net-AMQP-RabbitMQ on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-AMQP-RabbitMQ

3. Information about the perl-Net-AMQP-RabbitMQ package on openSuSE Tumbleweed

Information for package perl-Net-AMQP-RabbitMQ:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-AMQP-RabbitMQ
Version : 2.40010-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 248.9 KiB
Installed : No
Status : not installed
Source package : perl-Net-AMQP-RabbitMQ-2.40010-1.7.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.