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

Last updated: May 17,2024

1. Install "ruby-bullet" package

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

$ sudo apt update $ sudo apt install ruby-bullet

2. Uninstall "ruby-bullet" package

This tutorial shows how to uninstall ruby-bullet on Kali Linux:

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

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

Package: ruby-bullet
Version: 7.1.4-1
Installed-Size: 205
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activesupport (>= 2:3.0.0), ruby-uniform-notifier (>= 1.11)
Size: 26724
SHA256: c85b4f8d0ed26524201c6a49ef7605a12f0c196727ecf69e7ef43d5514f3978b
SHA1: 00f453a760dbfb71c659fe700bfff02bfcf8750b
MD5sum: 1617d35ebf2e20a081053e6fe20c4392
Description: ActiveRecord helper for detecting performance issues
The Bullet gem is designed to help you increase your application's performance
by reducing the number of queries it makes. It will watch your queries while
you develop your application and notify you when you should add eager loading
(N+1 queries), when you're using eager loading that isn't necessary and when
you should use counter cache.
.
Best practice is to use Bullet in development mode or custom mode
(staging, profile, etc.). The last thing you want is your clients getting
alerts about how lazy you are.
Description-md5:
Homepage: https://github.com/flyerhzm/bullet
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-bullet/ruby-bullet_7.1.4-1_all.deb