How to Install ruby-powerbar in Ubuntu 18.04



Install ruby-powerbar by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-powerbar

Description:

progressbar library for Ruby

Powerbar is a Ruby library that can create all kinds of progress bars to use in CLI applications. Non-terminal use is detected and fallback to logging output is done automatically, so applications can also be used in cronjobs without losing progress information.

Homepage: https://github.com/busyloop/powerbar

Version: 1.0.18-1

Section: universe/ruby