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

Last updated: May 20,2024

1. Install "ruby-bootsnap" package

Please follow the instructions below to install ruby-bootsnap on Kali Linux

$ sudo apt update $ sudo apt install ruby-bootsnap

2. Uninstall "ruby-bootsnap" package

Learn how to uninstall ruby-bootsnap on Kali Linux:

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

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

Package: ruby-bootsnap
Version: 1.17.1-1
Installed-Size: 133
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby, ruby-msgpack (>= 1.2), libc6 (>= 2.33), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 37388
SHA256: 51a03fd60c6ab9db98f8f291fe8295a096953761c6f115f8c7e96c8d42ba2c7b
SHA1: 217f83afbc9b4d2577a925a8c0f16b1ac466198e
MD5sum: 6018e311b166277194d49e6891da724b
Description: Boot large ruby/rails apps faster
Bootsnap is a library that plugs into Ruby, with optional support for
`ActiveSupport` and `YAML`, to optimize and cache expensive computations.
.
Bootsnap optimizes methods to cache results of expensive computations, and can
be grouped into two broad categories:
* Path Pre-Scanning
* Compilation caching
Description-md5:
Homepage: https://github.com/Shopify/bootsnap
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-bootsnap/ruby-bootsnap_1.17.1-1_amd64.deb