How to Install and Uninstall ruby-bullet Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "ruby-bullet" package

In this section, we are going to explain the necessary steps to install ruby-bullet on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-bullet

2. Uninstall "ruby-bullet" package

Please follow the step by step instructions below to uninstall ruby-bullet on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-bullet package on Ubuntu 21.10 (Impish Indri)

Package: ruby-bullet
Architecture: all
Version: 6.1.0-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 157
Depends: ruby-activesupport (>= 3.0.0), ruby-uniform-notifier (>= 1.11)
Filename: pool/universe/r/ruby-bullet/ruby-bullet_6.1.0-2_all.deb
Size: 21992
MD5sum: 5d9cb9cec03a083fac1860b3ebe15ceb
SHA1: 1893682eb1ab0f46fd63ea0b2538f8e2064102bd
SHA256: d8814f65e605710e4d34c4f943e5ac87cff30df71b211988f813c39ccda7c316
SHA512: 8beb515765c475e6f94d92a17076a8dbfbd73f40b2e618a9dbf7109e01a6853220dd49e76e19c0499d83c82e4f5df110711d8eb83a9d60ceec9081838d609ddc
Homepage: https://github.com/flyerhzm/bullet
Description-en: This package provides the Bullet ruby gem
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: d2c3651cbc008458926b5ac9a76e6bc3
Ruby-Versions: all