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

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install ruby2.5-rubygem-path_expander on openSUSE Leap

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

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

This is a short guide on how to uninstall ruby2.5-rubygem-path_expander on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-path_expander

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

Information for package ruby2.5-rubygem-path_expander:
------------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-path_expander
Version : 1.0.2-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.4 KiB
Installed : No
Status : not installed
Source package : rubygem-path_expander-1.0.2-bp155.2.10.src
Upstream URL : https://github.com/seattlerb/path_expander
Summary : PathExpander helps pre-process command-line arguments expanding
Description :
PathExpander helps pre-process command-line arguments expanding
directories into their constituent files. It further helps by
providing additional mechanisms to make specifying subsets easier
with path subtraction and allowing for command-line arguments to be
saved in a file.
NOTE: this is NOT an options processor. It is a path processor
(basically everything else besides options). It does provide a
mechanism for pre-filtering cmdline options, but not with the intent
of actually processing them in PathExpander. Use OptionParser to
deal with options either before or after passing ARGV through
PathExpander.