How to Install and Uninstall ruby3.0 Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "ruby3.0" package

Please follow the steps below to install ruby3.0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0

2. Uninstall "ruby3.0" package

Please follow the steps below to uninstall ruby3.0 on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0

3. Information about the ruby3.0 package on openSuSE Tumbleweed

Information for package ruby3.0:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0
Version : 3.0.3-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 20,8 MiB
Installed : No
Status : not installed
Source package : ruby3.0-3.0.3-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)