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

Last updated: May 15,2024

1. Install "ruby-ffi-rzmq" package

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

$ sudo apt update $ sudo apt install ruby-ffi-rzmq

2. Uninstall "ruby-ffi-rzmq" package

Please follow the guidance below to uninstall ruby-ffi-rzmq on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-ffi-rzmq $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-ffi-rzmq
Priority: optional
Section: universe/ruby
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.4-1
Depends: ruby | ruby-interpreter, ruby-ffi-rzmq-core
Filename: pool/universe/r/ruby-ffi-rzmq/ruby-ffi-rzmq_2.0.4-1_all.deb
Size: 27018
MD5sum: 987091bca5177d5dd8b03a6a4ab3a4eb
SHA1: 4bdbfa10ab551968058e279c74108d3801b50151
SHA256: ce1c39d1d0666aa0402d4b9b939e8e339deb2d8b125b0266bdbd64069a47a1a7
Description-en: FFI based Ruby bindings for ZeroMQ (ØMQ) networking library
ØMQ is a library which extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products.
.
ØMQ sockets provide an abstraction of asynchronous message queues, multiple
messaging patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
This module wraps ØMQ using Ruby FFI (foreign function interface). It is a
pure Ruby wrapper so it can be used with any Ruby runtime that supports FFI,
including MRI, Rubinius and JRuby.
Description-md5: 481b3978c70f3eaba77558b4c592d9d0
Homepage: https://github.com/chuckremes/ffi-rzmq
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu