How To Install rubygem-arel on Fedora 36

In this tutorial we learn how to install rubygem-arel in Fedora 36. rubygem-arel is Arel is a SQL AST manager for Ruby

Introduction

In this tutorial we learn how to install rubygem-arel on Fedora 36.

What is rubygem-arel

Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 2) adapts to various RDBMS systems. 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.

We can use yum or dnf to install rubygem-arel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-arel.

Install rubygem-arel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-arel using dnf by running the following command:

sudo dnf -y install rubygem-arel

Install rubygem-arel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-arel using yum by running the following command:

sudo yum -y install rubygem-arel

How To Uninstall rubygem-arel on Fedora 36

To uninstall only the rubygem-arel package we can use the following command:

sudo dnf remove rubygem-arel

rubygem-arel Package Contents on Fedora 36

/usr/share/gems/gems/arel-9.0.0
/usr/share/gems/gems/arel-9.0.0/MIT-LICENSE.txt
/usr/share/gems/gems/arel-9.0.0/lib
/usr/share/gems/gems/arel-9.0.0/lib/arel
/usr/share/gems/gems/arel-9.0.0/lib/arel.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/alias_predication.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/attributes
/usr/share/gems/gems/arel-9.0.0/lib/arel/attributes.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/attributes/attribute.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors/bind.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors/composite.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors/plain_string.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors/sql_string.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/collectors/substitute_binds.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/compatibility
/usr/share/gems/gems/arel-9.0.0/lib/arel/compatibility/wheres.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/crud.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/delete_manager.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/errors.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/expressions.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/factory_methods.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/insert_manager.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/math.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/and.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/ascending.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/binary.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/bind_param.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/case.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/casted.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/count.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/delete_statement.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/descending.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/equality.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/extract.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/false.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/full_outer_join.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/function.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/grouping.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/in.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/infix_operation.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/inner_join.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/insert_statement.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/join_source.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/matches.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/named_function.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/node.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/outer_join.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/over.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/regexp.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/right_outer_join.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/select_core.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/select_statement.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/sql_literal.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/string_join.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/table_alias.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/terminal.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/true.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/unary.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/unary_operation.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/unqualified_column.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/update_statement.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/values.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/values_list.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/window.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/nodes/with.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/order_predications.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/predications.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/select_manager.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/table.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/tree_manager.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/update_manager.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/depth_first.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/dot.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/ibm_db.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/informix.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/mssql.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/mysql.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/oracle.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/oracle12.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/postgresql.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/reduce.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/sqlite.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/to_sql.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/visitor.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/visitors/where_sql.rb
/usr/share/gems/gems/arel-9.0.0/lib/arel/window_predications.rb
/usr/share/gems/specifications/arel-9.0.0.gemspec

References

Summary

In this tutorial we learn how to install rubygem-arel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).