How to Install and Uninstall ruby-to-regexp Package on Kali Linux

Last updated: September 20,2024

1. Install "ruby-to-regexp" package

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

$ sudo apt update $ sudo apt install ruby-to-regexp

2. Uninstall "ruby-to-regexp" package

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

$ sudo apt remove ruby-to-regexp $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-to-regexp package on Kali Linux

Package: ruby-to-regexp
Version: 0.2.1-2
Installed-Size: 25
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 4872
SHA256: 283ce1ca64a568f5dd85a87bebd5f3e2aa8dcc241997370df885bee331d6097c
SHA1: 03729799e3b46533e173102233371657371d883f
MD5sum: 8221976148ed270459dea550859fcf2d
Description: safe way to convert strings to regexps (with options)
Provides String#to_regexp, for example if you want to make regexps out of a
CSV you just imported.
.
Some features:
- You can also treat strings as literal regexps.
- If you need case insensitivity and you're using :literal, pass options
like :ignore_case.
- You can get the options passed to Regexp.new with #as_regexp.
- Finally, you can be more lazy using :detect.
Description-md5:
Homepage: https://github.com/seamusabshere/to_regexp
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-to-regexp/ruby-to-regexp_0.2.1-2_all.deb