How to Install and Uninstall ruby2.7-rubygem-rake-12_0 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "ruby2.7-rubygem-rake-12_0" package

This is a short guide on how to install ruby2.7-rubygem-rake-12_0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-rake-12_0

2. Uninstall "ruby2.7-rubygem-rake-12_0" package

Please follow the step by step instructions below to uninstall ruby2.7-rubygem-rake-12_0 on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-rake-12_0

3. Information about the ruby2.7-rubygem-rake-12_0 package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-rake-12_0:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-rake-12_0
Version : 12.0.0-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 338,9 KiB
Installed : No
Status : not installed
Source package : rubygem-rake-12_0-12.0.0-1.14.src
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.