How to Install and Uninstall ruby-amqp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "ruby-amqp" package

This is a short guide on how to install ruby-amqp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-amqp

2. Uninstall "ruby-amqp" package

This guide let you learn how to uninstall ruby-amqp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-amqp $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-amqp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-amqp
Priority: optional
Section: universe/ruby
Installed-Size: 1614
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.6.0-1
Replaces: ruby-amq-client
Provides: ruby-amq-client
Depends: ruby | ruby-interpreter, ruby-amq-protocol (>= 1.9), ruby-eventmachine
Conflicts: ruby-amq-client
Filename: pool/universe/r/ruby-amqp/ruby-amqp_1.6.0-1_all.deb
Size: 827566
MD5sum: cb26ee2eef2da469c61125cf12398c73
SHA1: 87bd275695ed23be0817b5f19cdf7a616a9a8f16
SHA256: a90a8337bdbda52cb13076f3519f71d1823603fdbc62b14ca621fb06a1ea409b
Description-en: feature-rich, asynchronous AMQP client
AMQP is an open standard for messaging middleware that emphasizes
interoperability between different technologies (for example, Java,
Ruby, Python, .NET, Node.js, Erlang, C and so on).
.
Key features of AMQP are very flexible yet simple routing and binary
protocol efficiency. AMQP supports many sophisticated features, for
example, message acknowledgements, returning of messages to producer,
redelivery of messages that couldn't be processed, load balancing
between message consumers and so on.
.
This package contains a ruby client for AMQP.
Description-md5: 7c2dcfa200064eac3fe25685e94ca87f
Homepage: https://github.com/ruby-amqp/amqp
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu