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

Last updated: November 07,2024

1. Install "ruby-memoize" package

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

$ sudo apt update $ sudo apt install ruby-memoize

2. Uninstall "ruby-memoize" package

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

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

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

Package: ruby-memoize
Priority: optional
Section: universe/ruby
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.3.1-4
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-memoize/ruby-memoize_1.3.1-4_all.deb
Size: 5518
MD5sum: f334eac065a3acd9a5779a1d92af82ae
SHA1: deff5fac88461376434fcce5473dfceb5fb28f54
SHA256: 8fd6ce3dbd86d1a1ce5f66c23788a140045ba6f0acc2a327425881f9d64302fd
Description-en: Ruby library providing speed up methods at the cost of memory (or disk space)
The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.
.
This library is deprecated. Memoization alternatives are memoist,
memoizable and simple_memoize.
Description-md5: 4853bcaf476a8c4f645c043056445dbd
Homepage: https://github.com/djberg96/memoize
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu