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

Last updated: May 15,2024

1. Install "ruby-commander" package

In this section, we are going to explain the necessary steps to install ruby-commander on Kali Linux

$ sudo apt update $ sudo apt install ruby-commander

2. Uninstall "ruby-commander" package

Please follow the step by step instructions below to uninstall ruby-commander on Kali Linux:

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

3. Information about the ruby-commander package on Kali Linux

Package: ruby-commander
Version: 4.6.0-2
Installed-Size: 102
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-sorted-set, ruby, ruby-highline (>= 2.0.0)
Size: 29212
SHA256: a4d25ad02f196a3ca7cc040e92614b79850bf9050fe4045fada915b84b5e6f51
SHA1: c5130b15062f45331a0d845f0d9c87de789cc124
MD5sum: cfb13e3d5f21effd907e1b29d9be7d3d
Description: Ruby command-line interface library
"Commander" bridges the gap between other terminal related libraries
you know and love (OptionParser, HighLine), while providing many new
features, and an elegant API.
.
Features:
* Easier than baking cookies
* Parses options using OptionParser
* Auto-populates struct with options:
( no more { |v| options[:recursive] = v } )
* Auto-generates help documentation via pluggable help formatters
* Optional default command when none is present
* Global / Command level options
* Packaged with two help formatters (Terminal, TerminalCompact)
* Imports the highline gem for interacting with the terminal
* Adds additional user interaction functionality
* Highly customizable progress bar with intuitive, simple usage
* Multi-word command name support
* Sexy paging for long bodies of text
* Command aliasing
* Use the 'commander' executable to initialize a commander driven program
Description-md5:
Homepage: https://github.com/commander-rb/commander
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-commander/ruby-commander_4.6.0-2_all.deb