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

Last updated: July 03,2024

1. Install "rubygem-arel.noarch" package

Please follow the step by step instructions below to install rubygem-arel.noarch on Fedora 34

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

2. Uninstall "rubygem-arel.noarch" package

Please follow the steps below to uninstall rubygem-arel.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:26:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-arel
Version : 9.0.0
Release : 8.fc34
Architecture : noarch
Size : 40 k
Source : rubygem-arel-9.0.0-8.fc34.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.