How to Install and Uninstall ruby-dirty-memoize Package on Kali Linux

Last updated: May 14,2024

1. Install "ruby-dirty-memoize" package

This guide covers the steps necessary to install ruby-dirty-memoize on Kali Linux

$ sudo apt update $ sudo apt install ruby-dirty-memoize

2. Uninstall "ruby-dirty-memoize" package

This tutorial shows how to uninstall ruby-dirty-memoize on Kali Linux:

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

3. Information about the ruby-dirty-memoize package on Kali Linux

Package: ruby-dirty-memoize
Version: 0.0.4-1.1
Installed-Size: 28
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 6032
SHA256: 7372e3d27ef34d963c6cd1939bcbfc2344da48dd13a8e0b920783443129f48d6
SHA1: 9984b4ce564fc0ab61cc031ab3437b61989a76ad
MD5sum: 3cc32bf23a0e24b599d5efdeed0ea714
Description: Similar to ruby-memoize, but for mutable and parameterizable objects
The dirty-memoize library can help making your program faster in the
following cases:
.
- You have one expensive method which sets many internal variables,
thus lazy evaluation of these dependent variables is preferred.
- The expensive operation depends on one or more parameters
- Changes to one or more parameters affect all dependent variables
- You may want to hide the call to the 'compute' operation
Description-md5:
Homepage: http://github.com/clbustos/dirty-memoize
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-dirty-memoize/ruby-dirty-memoize_0.0.4-1.1_all.deb