How to Install and Uninstall ruby-numru-misc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "ruby-numru-misc" package

This is a short guide on how to install ruby-numru-misc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-numru-misc

2. Uninstall "ruby-numru-misc" package

This guide covers the steps necessary to uninstall ruby-numru-misc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ruby-numru-misc $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-numru-misc package on Ubuntu 21.10 (Impish Indri)

Package: ruby-numru-misc
Architecture: all
Version: 0.1.2-2.1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: ruby-narray, ruby-narray-miss
Filename: pool/universe/r/ruby-numru-misc/ruby-numru-misc_0.1.2-2.1_all.deb
Size: 13328
MD5sum: fe0cde68a267533d8c2c4e555eec8b2a
SHA1: 69f5ba4bdb665ea8df0b5e7ee5c490dfd17e0cb0
SHA256: c7e0448458b48e0d49de93a7b16ae4c437f7492eca6bc6f10ea6792624c92192
SHA512: d8045460c37ccbbc095f87de5fb2ec293bc68b01bc14acd2160853d3b78c52b995890d8deb2b6c52cdf857d72ec8f2e0ae408e7f448029ef6e6ff8697906a740
Homepage: http://ruby.gfd-dennou.org/products/numru-misc/
Description-en: Miscellaneous functions and classes to help Ruby programming
The module "NumRu::Misc" provides miscellaneous functions and classes to
facilitate programming for Ruby.
- NumRu::Misc::KeywordOpt
A class to facilitate optional keyword arguments. More specifically,
it helps the use of a Hash to mimic the keyword argument system.
With this, you can set default values and description to each
keyword argument.
- NArray Enhanchement
- NumRu::Misc::MD_Iterators
A Mixin. To be included in a class with multi-dimension indexing
support (such as NArray).
- NumRu::Misc::EMath
To be included instead of the Math predefined module (or NMath in
NArray). Unlike Math and NMath, EMath handles unknown classes by
calling its native instance method (assuming the same name).
Description-md5: 0d432734102d60cbc87105a5a443aa97
Ruby-Versions: all