How to Install and Uninstall ruby-method-source Package on Kali Linux

Last updated: May 11,2024

1. Install "ruby-method-source" package

This guide let you learn how to install ruby-method-source on Kali Linux

$ sudo apt update $ sudo apt install ruby-method-source

2. Uninstall "ruby-method-source" package

Here is a brief guide to show you how to uninstall ruby-method-source on Kali Linux:

$ sudo apt remove ruby-method-source $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-method-source package on Kali Linux

Package: ruby-method-source
Version: 1.0.0-2
Installed-Size: 41
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Breaks: pry (<< 0.13.0)
Size: 9060
SHA256: 5dd059dc37a4093b1a2c4882539bb25355def6dd7ab12230abce47202c4e63a2
SHA1: abb2d7ef53acbfe699ad27ee52f758b9c2648b7f
MD5sum: b81f223c5ac6ab6f4de974fd74f6fe7a
Description: Retrieve the sourcecode for a method as a Ruby string
The `method_source` is a utility to return a method's sourcecode as a
Ruby string. Also returns `Proc` and `Lambda` sourcecode.
.
Method comments can also be extracted using the `comment` method.
.
It is written in pure Ruby (no C).
- Some Ruby 1.8 support now available.
- Support for MRI, RBX, JRuby, REE
.
`method_source` provides the `source` and `comment` methods to the
`Method` and `UnboundMethod` and `Proc` classes.
Description-md5:
Homepage: https://github.com/banister/method_source
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-method-source/ruby-method-source_1.0.0-2_all.deb