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

Last updated: May 20,2024

1. Install "ruby-sinatra" package

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

$ sudo apt update $ sudo apt install ruby-sinatra

2. Uninstall "ruby-sinatra" package

This guide let you learn how to uninstall ruby-sinatra on Kali Linux:

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

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

Package: ruby-sinatra
Version: 3.0.5-3
Installed-Size: 201
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-mustermann (>= 3.0), ruby-rack (>= 2.2.4), ruby-rack-protection (>= 3.0.5), ruby-tilt (>= 2.0)
Size: 119152
SHA256: 7f0c43af12a6e9b0553f8a0a2deaa1dee29cd30e252bc3cf34cae24d67ef9840
SHA1: 20bf0035343895de187c105253ca79a979db8df3
MD5sum: 2ad52a584d09c568b11550f64b306eb2
Description: Ruby web-development dressed in a DSL
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
Description-md5:
Homepage: https://sinatrarb.com/
Tag: implemented-in::ruby, role::shared-lib
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sinatra/ruby-sinatra_3.0.5-3_all.deb