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

Last updated: May 03,2024

1. Install "ruby-sequel" package

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

$ sudo apt update $ sudo apt install ruby-sequel

2. Uninstall "ruby-sequel" package

In this section, we are going to explain the necessary steps to uninstall ruby-sequel on Kali Linux:

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

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

Package: ruby-sequel
Version: 5.63.0-1
Installed-Size: 3471
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-json, ruby
Recommends: ruby-sequel-pg
Size: 1044536
SHA256: 2aa39e0a84fd91a802f28223e8146d5d43d9f742e5d6e33c13381edc28a42d85
SHA1: 1b8fa5e4fe62c6cee1c124d66c0181359809de9b
MD5sum: d7b313ab4bef1236f0d6f6e8f1a62518
Description: Simple, flexible, and powerful SQL database access toolkit for Ruby
Sequel provides thread safety, connection pooling and a concise
DSL for constructing SQL queries and table schemas.
.
Sequel includes a comprehensive ORM layer for mapping
records to Ruby objects and handling associated records.
.
Sequel supports advanced database features such as prepared
statements, bound variables, stored procedures, savepoints,
two-phase commit, transaction isolation, master/slave
configurations, and database sharding.
.
Sequel currently has adapters for ADO, Amalgalite, DataObjects,
DB2, DBI, Firebird, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC,
OpenBase, Oracle, PostgreSQL, SQLite3, Swift, and TinyTDS.
Description-md5:
Homepage: https://github.com/jeremyevans/sequel
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sequel/ruby-sequel_5.63.0-1_all.deb