How to Install and Uninstall ruby2.7-rubygem-path_expander Package on openSuSE Tumbleweed

Last updated: May 15,2024

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

Please follow the guidance below to install ruby2.7-rubygem-path_expander on openSuSE Tumbleweed

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

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

Please follow the guidelines below to uninstall ruby2.7-rubygem-path_expander on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-path_expander

3. Information about the ruby2.7-rubygem-path_expander package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-path_expander:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-path_expander
Version : 1.1.0-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 25,9 KiB
Installed : No
Status : not installed
Source package : rubygem-path_expander-1.1.0-1.9.src
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.