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

Last updated: July 03,2024

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

Please follow the guidelines below to install ruby2.5-rubygem-rake on openSUSE Leap

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

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

Learn how to uninstall ruby2.5-rubygem-rake on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-rake

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

Information for package ruby2.5-rubygem-rake:
---------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-rake
Version : 13.0.6-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 344.9 KiB
Installed : No
Status : not installed
Source package : rubygem-rake-13.0.6-bp155.2.11.src
Upstream URL : https://github.com/ruby/rake
Summary : Rake is a Make-like program implemented in Ruby
Description :
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in standard
Ruby syntax.
No XML files to edit. No quirky Makefile syntax to worry about (is that a tab
or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating file
names and paths.
* Supports parallel execution of tasks.