How to Install and Uninstall ruby-commander Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ruby-commander" package

Please follow the guidelines below to install ruby-commander on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-commander

2. Uninstall "ruby-commander" package

Here is a brief guide to show you how to uninstall ruby-commander on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-commander package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-commander
Priority: optional
Section: universe/ruby
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 4.4.0-1build1
Depends: less, ruby | ruby-interpreter, ruby-highline (>= 1.7.2)
Filename: pool/universe/r/ruby-commander/ruby-commander_4.4.0-1build1_all.deb
Size: 22628
MD5sum: d9b2cdd2ff993bc346eaa1f80dfa66ce
SHA1: 2a9a8a3996bf19652b3d2f4916c84b628b3c1042
SHA256: 9084fb434c2b13147dd8f6a10e8acfcdac28c918ec99a7e3646283e1fb2504f7
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
Homepage: http://visionmedia.github.io/commander
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu