How to Install and Uninstall ruby-commander Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "ruby-commander" package

Please follow the steps below to install ruby-commander on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-commander

2. Uninstall "ruby-commander" package

This guide covers the steps necessary to uninstall ruby-commander on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-commander package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-commander
Architecture: all
Version: 4.5.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: 102
Depends: ruby, ruby-highline (>= 2.0.0)
Filename: pool/universe/r/ruby-commander/ruby-commander_4.5.2-1_all.deb
Size: 23940
MD5sum: 8e58a41f259c3ca27a60b27db6059dbf
SHA1: f1fc47d737c8fab558deb126156e4bdee730bed6
SHA256: 7ba19e12ca496c4dc1b2f95227275516317a7c98210a0ee76bc69df6cf987e3c
SHA512: 65f129b6dd7f7e77a5df2003716d4f2d3f7c683831828329e1304be189f4c00766db7e1987eff395d823698dd4b17c9915305da93d6f64370f243600d93a4cf8
Homepage: https://github.com/commander-rb/commander
Description-en: 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: cf6ec34351bc9cef5c0d02be18eda413
Ruby-Versions: all