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

Last updated: July 03,2024

1. Install "ruby3.2-rubygem-arel" package

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

$ sudo zypper refresh $ sudo zypper install ruby3.2-rubygem-arel

2. Uninstall "ruby3.2-rubygem-arel" package

Please follow the guidelines below to uninstall ruby3.2-rubygem-arel on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.2-rubygem-arel

3. Information about the ruby3.2-rubygem-arel package on openSuSE Tumbleweed

Information for package ruby3.2-rubygem-arel:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2-rubygem-arel
Version : 9.0.0-2.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 158.2 KiB
Installed : No
Status : not installed
Source package : rubygem-arel-9.0.0-2.25.src
Upstream URL : https://github.com/rails/arel
Summary : Arel Really Exasperates Logicians
Description :
Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMSes
It is intended to be a framework framework; that is, you can build your own
ORM
with it, focusing on innovative object and collection modeling as opposed to
database compatibility and query generation.