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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install ruby3.3-rubygem-arel on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall ruby3.3-rubygem-arel on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-arel

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

Information for package ruby3.3-rubygem-arel:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-arel
Version : 9.0.0-2.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 158.3 KiB
Installed : No
Status : not installed
Source package : rubygem-arel-9.0.0-2.26.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.