How to Install and Uninstall ruby-has-scope Package on Kali Linux

Last updated: May 10,2024

1. Install "ruby-has-scope" package

This tutorial shows how to install ruby-has-scope on Kali Linux

$ sudo apt update $ sudo apt install ruby-has-scope

2. Uninstall "ruby-has-scope" package

Learn how to uninstall ruby-has-scope on Kali Linux:

$ sudo apt remove ruby-has-scope $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-has-scope package on Kali Linux

Package: ruby-has-scope
Version: 0.8.0-1
Installed-Size: 30
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-actionpack (>= 2:5.2), ruby-activesupport (>= 2:5.2)
Size: 8688
SHA256: 0ac5234274977f3af0f1314b0a0dc3bda09a51b885f29e573b40ca7302239cfb
SHA1: 967bcb1d071553fdd30a46282a8eeffacbb0fdde
MD5sum: 0638905397b17d107ace308d88284f9b
Description: Maps controller filters to your resource scopes
The gem intends to maps controller filters to your resource scopes, Has Scope
allows you to map incoming controller parameters to named scope in your
resources.
.
You can retrieve all the scopes applied in one action with current_scope
method, has_scope supports several options such as :type, :only, :except,
:using, :if and many more, mapping as per required resource scope. It allows
you to map incoming controller parameters to named scope in your resources.
Description-md5:
Homepage: https://github.com/plataformatec/has_scope
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-has-scope/ruby-has-scope_0.8.0-1_all.deb