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

Last updated: May 17,2024

1. Install "ruby-em-redis" package

This tutorial shows how to install ruby-em-redis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-em-redis

2. Uninstall "ruby-em-redis" package

In this section, we are going to explain the necessary steps to uninstall ruby-em-redis on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-em-redis $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-em-redis
Priority: optional
Section: universe/ruby
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.3.0+gh-2
Depends: ruby | ruby-interpreter, ruby-eventmachine
Filename: pool/universe/r/ruby-em-redis/ruby-em-redis_0.3.0+gh-2_all.deb
Size: 7104
MD5sum: fe7786d8b42dd4f3efd6f77f397e112e
SHA1: 83df36d156f86d2ed2a036517274a40ad0e27eae
SHA256: 66dd6259ee1f8b0d6ca2bfb36b6b5c3278aa3b4ed90e296ac96c84d670018336
Description-en: eventmachine-based implementation of the Redis protocol
Modeled after eventmachine's implementation of the memcached protocol,
and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as
part of Redis).
.
This library is only useful when used as part of an application that
relies on Event Machine's event loop. It implements an EM-based client
protocol, which leverages the non-blocking nature of the EM interface
to achieve significant parallelization without threads.
Description-md5: 5dbf4e770f614018661164b6851582f3
Homepage: http://github.com/libc/em-redis
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu