How to Install and Uninstall ruby-arel Package on Kali Linux

Last updated: April 28,2024

1. Install "ruby-arel" package

This tutorial shows how to install ruby-arel on Kali Linux

$ sudo apt update $ sudo apt install ruby-arel

2. Uninstall "ruby-arel" package

This guide let you learn how to uninstall ruby-arel on Kali Linux:

$ sudo apt remove ruby-arel $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-arel package on Kali Linux

Package: ruby-arel
Version: 9.0.0-2
Installed-Size: 186
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 32148
SHA256: d8d74687b196f77e911d2e4325223906412e0dd1e5f77784243d98688793f6a5
SHA1: a1bcc626d526ca1ddb9a8a0206e614c4eab0a704
MD5sum: 6932fef1f58e71d87d9edd5a32f7e707
Description: SQL AST manager for Ruby
Arel is a SQL AST manager for Ruby. It simplifies the generation of
complex SQL queries and adapts to various RDBMS systems.
.
It is intended to be a 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.
Description-md5: d2ab9f33bacf0dbcd86cc3919d508f58
Homepage: https://github.com/rails/arel
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-arel/ruby-arel_9.0.0-2_all.deb