How to Install and Uninstall ruby-bullet Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "ruby-bullet" package

Please follow the steps below to install ruby-bullet on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-bullet

2. Uninstall "ruby-bullet" package

This guide covers the steps necessary to uninstall ruby-bullet on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-bullet package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-bullet
Architecture: all
Version: 6.1.0-1
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-1_all.deb
Size: 21888
MD5sum: a7059eb898db5640cea6da9b3effc81a
SHA1: 6258135410a77723c1dec2189b2d15800ef6d641
SHA256: f4bee8428f4ff573a2945afb3a018172ad705dd04475cce0aa84ae9d92dbdb7e
SHA512: 2459f722daf15066ae45e94077e692ddb026e3670843250d74f6da535378bd921cfc6caf1a0e516f497f3d168e87e44cc1d801aed83e525f8ce9f68543f18036
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