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

Last updated: May 20,2024

1. Install "ruby-rack" package

Here is a brief guide to show you how to install ruby-rack on Kali Linux

$ sudo apt update $ sudo apt install ruby-rack

2. Uninstall "ruby-rack" package

In this section, we are going to explain the necessary steps to uninstall ruby-rack on Kali Linux:

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

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

Package: ruby-rack
Version: 2.2.7-1
Installed-Size: 458
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any
Breaks: ruby-rack-oauth2 (<< 1.11), ruby-sinatra (<< 3.0.5-3)
Size: 132320
SHA256: 381a64a60fae6a034b7fc59b927ad5a8f0d1a3ccad992e6367c450f3b2806420
SHA1: 31038f6d1a5c030e856587cb7cdb787534195050
MD5sum: b39784453b19282a7805fab9154c727a
Description: modular Ruby webserver interface
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
.
Also see http://rack.github.io/.
Description-md5:
Multi-Arch: foreign
Homepage: https://rack.github.io/
Tag: devel::lang:ruby, devel::web, implemented-in::ruby, role::shared-lib
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-rack/ruby-rack_2.2.7-1_all.deb