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

Last updated: May 16,2024

1. Install "ruby-sinatra-contrib" package

Please follow the guidelines below to install ruby-sinatra-contrib on Kali Linux

$ sudo apt update $ sudo apt install ruby-sinatra-contrib

2. Uninstall "ruby-sinatra-contrib" package

Please follow the instructions below to uninstall ruby-sinatra-contrib on Kali Linux:

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

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

Package: ruby-sinatra-contrib
Source: ruby-sinatra
Version: 3.0.5-3
Installed-Size: 150
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-multi-json, ruby-mustermann (>= 3.0), ruby-rack-protection (>= 3.0.5), ruby-sinatra (>= 3.0.5), ruby-tilt (>= 2.0)
Size: 52800
SHA256: f2276a23471f52df0469b2736bb52217039d99145aa5ec5038abcaf796b3fd45
SHA1: ade1494b06bb4c1651302674d4356d6b31bf5346
MD5sum: 3cd18480234aac1f9705df50e4662b1e
Description: collection of useful extensions to the Sinatra web framework
sinatra-contrib is a collection of common extensions to the Sinatra web
framework, semi-officially supported:
- capture: Lets you capture the content of blocks in templates.
- config_file: Allows loading configuration from yaml files.
- content_for: Adds Rails-style content_for helpers to Haml, Erb,
Erubis and Slim.
- cookies: A cookies helper for reading and writing cookies.
- engine_tracking: Adds methods like haml? that allow helper methods
to check whether they are called from within a template.
- json: Adds a #json helper method to return JSON documents.
- link_header: Helpers for generating link HTML tags and
corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper
methods.
- multi_route: Adds ability to define one route block for multiple
routes and multiple or custom HTTP verbs.
- namespace: Adds namespace support to Sinatra.
- respond_with: Choose action and/or template automatically depending
on the incoming request. Adds helpers respond_to and respond_with.
- custom_logger: Allows one to define their own logger instance.
- decompile: Recreates path patterns from Sinatra's internal data
structures (used by other extensions).
- reloader: Automatically reloads Ruby files on code changes.
- extension: Mixin for writing your own Sinatra extensions.
- test_helpers: Helper methods to ease testing your Sinatra
application. Partly extracted from Sinatra. Testing framework agnostic.
Description-md5:
Homepage: https://sinatrarb.com/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sinatra/ruby-sinatra-contrib_3.0.5-3_all.deb