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

Last updated: May 18,2024

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

Here is a brief guide to show you how to install ruby2.5-rubygem-trollop on openSUSE Leap

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

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

This guide covers the steps necessary to uninstall ruby2.5-rubygem-trollop on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-trollop

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

Information for package ruby2.5-rubygem-trollop:
------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-trollop
Version : 2.1.2-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 70.8 KiB
Installed : No
Status : not installed
Source package : rubygem-trollop-2.1.2-bp155.2.10.src
Upstream URL : http://manageiq.github.io/trollop/
Summary : Trollop is a commandline option parser for Ruby that just gets out
Description :
Trollop is a commandline option parser for Ruby that just
gets out of your way. One line of code per option is all you need to write.
For that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you don't
specify.