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

Last updated: May 14,2024

1. Install "ruby-fakeredis" package

Please follow the step by step instructions below to install ruby-fakeredis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-fakeredis

2. Uninstall "ruby-fakeredis" package

Here is a brief guide to show you how to uninstall ruby-fakeredis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-fakeredis
Priority: optional
Section: universe/ruby
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.5.0-1
Depends: ruby | ruby-interpreter, ruby-redis
Filename: pool/universe/r/ruby-fakeredis/ruby-fakeredis_0.5.0-1_all.deb
Size: 13602
MD5sum: 58ee01d8affa71712e3beb10f0a2681a
SHA1: e31ef4fbdd043103ed440a48bbeb438b3bafcfe7
SHA256: a57ce8844ec9398aa3e1677975216d83af2b8b3e0081c357002c5fba8455200e
Description-en: In-memory driver for redis-rb, useful for development and test environments
ruby-fakeredis library is a fake(In-memory) implementation of redis-rb,
a Ruby client that tries to match Redis' API one-to-one, while
still providing an idiomatic interface for machines without
Redis or test environments.
Description-md5: 178fa4ab06e99e383c5bd30aa310ee4f
Homepage: https://github.com/guilleiguaran/fakeredis
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu