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

Last updated: June 18,2024

1. Install "ruby3.2" package

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

$ sudo zypper refresh $ sudo zypper install ruby3.2

2. Uninstall "ruby3.2" package

Please follow the guidance below to uninstall ruby3.2 on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.2

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

Information for package ruby3.2:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2
Version : 3.2.2-4.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.0 MiB
Installed : No
Status : not installed
Source package : ruby3.2-3.2.2-4.2.src
Upstream URL : https://www.ruby-lang.org/
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)