How to Install and Uninstall ruby2.5-rubygem-colored Package on openSUSE Leap

Last updated: July 06,2024

1. Install "ruby2.5-rubygem-colored" package

Please follow the guidance below to install ruby2.5-rubygem-colored on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-colored

2. Uninstall "ruby2.5-rubygem-colored" package

Here is a brief guide to show you how to uninstall ruby2.5-rubygem-colored on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-colored

3. Information about the ruby2.5-rubygem-colored package on openSUSE Leap

Information for package ruby2.5-rubygem-colored:
------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-colored
Version : 1.2-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.4 KiB
Installed : No
Status : not installed
Source package : rubygem-colored-1.2-bp155.2.10.src
Upstream URL : http://github.com/defunkt/colored
Summary : Add some color to your life
Description :
>> puts "this is red".red
>> puts "this is red with a blue background (read: ugly)".red_on_blue
>> puts "this is red with an underline".red.underline
>> puts "this is really bold and really blue".bold.blue
>> logger.debug "hey this is broken!".red_on_yellow # in rails
>> puts Color.red "This is red" # but this part is mostly untested.