How to Install and Uninstall ruby2.5-rubygem-arel Package on openSUSE Leap

Last updated: May 15,2024

1. Install "ruby2.5-rubygem-arel" package

This guide covers the steps necessary to install ruby2.5-rubygem-arel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-arel

2. Uninstall "ruby2.5-rubygem-arel" package

Here is a brief guide to show you how to uninstall ruby2.5-rubygem-arel on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-arel

3. Information about the ruby2.5-rubygem-arel package on openSUSE Leap

Information for package ruby2.5-rubygem-arel:
---------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-arel
Version : 8.0.0-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 156.3 KiB
Installed : No
Status : not installed
Source package : rubygem-arel-8.0.0-1.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.