How to Install and Uninstall ruby3.3-rubygem-path_expander Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "ruby3.3-rubygem-path_expander" package

This guide let you learn how to install ruby3.3-rubygem-path_expander on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-path_expander

2. Uninstall "ruby3.3-rubygem-path_expander" package

This tutorial shows how to uninstall ruby3.3-rubygem-path_expander on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-path_expander

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

Information for package ruby3.3-rubygem-path_expander:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-path_expander
Version : 1.1.1-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.0 KiB
Installed : No
Status : not installed
Source package : rubygem-path_expander-1.1.1-1.7.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.