How to Install and Uninstall ruby-activerecord-explain-analyze Package on Kali Linux

Last updated: May 19,2024

1. Install "ruby-activerecord-explain-analyze" package

Please follow the step by step instructions below to install ruby-activerecord-explain-analyze on Kali Linux

$ sudo apt update $ sudo apt install ruby-activerecord-explain-analyze

2. Uninstall "ruby-activerecord-explain-analyze" package

This guide let you learn how to uninstall ruby-activerecord-explain-analyze on Kali Linux:

$ sudo apt remove ruby-activerecord-explain-analyze $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-activerecord-explain-analyze package on Kali Linux

Package: ruby-activerecord-explain-analyze
Version: 0.1.0-2
Installed-Size: 26
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter, ruby-activerecord (>= 2:4), ruby-pg
Size: 5612
SHA256: 16e760bad1cb8c580eee8caf22d3a81f1f2aa14691fb35fbe3c20101addb3a1c
SHA1: 497f4ef53894bd9a63b36fc78e8c26024545029f
MD5sum: 8c6d292b1fd8ec0d3fb6ff2f4d0f5fd2
Description: ActiveRecord#explain with support for EXPLAIN ANALYZE
Extends ActiveRecord#explain with support for EXPLAIN ANALYZE and output
formats of JSON, XML, and YAML.
.
What's EXPLAIN ANALYZE? PostgreSQL devises a query plan for each query it
receives. Choosing the right plan to match the query structure and the
properties of the data is absolutely critical for good performance, so the
system includes a complex planner that tries to choose good plans. One can
use the EXPLAIN command to see what query plan the planner creates for any
query. With EXPLAIN ANALYZE, EXPLAIN actually executes the query, and then
displays the true row counts and true run time accumulated within each plan
node.
Description-md5:
Homepage: https://github.com/6/activerecord-explain-analyze
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-activerecord-explain-analyze/ruby-activerecord-explain-analyze_0.1.0-2_all.deb