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

Last updated: May 13,2024

1. Install "ruby2.7" package

This guide let you learn how to install ruby2.7 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7

2. Uninstall "ruby2.7" package

Please follow the instructions below to uninstall ruby2.7 on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7

3. Information about the ruby2.7 package on openSuSE Tumbleweed

Information for package ruby2.7:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7
Version : 2.7.5-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 16,6 MiB
Installed : No
Status : not installed
Source package : ruby2.7-2.7.5-1.1.src
Summary : An Interpreted Object-Oriented Scripting Language
Description :
Ruby is an interpreted scripting language for object-oriented programming. It
has many features for processing text files and performing system management
tasks (as in Perl). It is extensible.
* Ruby features:
- Simple Syntax
- *Normal* Object-Oriented features (class, method calls, for
example)
- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for
example)
- Operator Overloading
- Exception Handling
- Iterators and Closures
- Garbage Collection
- Dynamic Loading of Object Files (on some architectures)