How to Install and Uninstall rubygem-arel.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "rubygem-arel.noarch" package

This tutorial shows how to install rubygem-arel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-arel.noarch

2. Uninstall "rubygem-arel.noarch" package

This guide let you learn how to uninstall rubygem-arel.noarch on Fedora 36:

$ sudo dnf remove rubygem-arel.noarch $ sudo dnf autoremove

3. Information about the rubygem-arel.noarch package on Fedora 36

Last metadata expiration check: 4:48:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-arel
Version : 9.0.0
Release : 10.fc36
Architecture : noarch
Size : 40 k
Source : rubygem-arel-9.0.0-10.fc36.src.rpm
Repository : fedora
Summary : Arel is a SQL AST manager for Ruby
URL : https://github.com/rails/arel
License : MIT
Description : 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.