How to Install and Uninstall ruby-simple-captcha2 Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-simple-captcha2" package

This guide let you learn how to install ruby-simple-captcha2 on Kali Linux

$ sudo apt update $ sudo apt install ruby-simple-captcha2

2. Uninstall "ruby-simple-captcha2" package

Here is a brief guide to show you how to uninstall ruby-simple-captcha2 on Kali Linux:

$ sudo apt remove ruby-simple-captcha2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-simple-captcha2 package on Kali Linux

Package: ruby-simple-captcha2
Version: 0.5.0-2
Installed-Size: 66
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter, ruby-rails (>= 4.1)
Size: 16460
SHA256: aa4f698a38937b23ccc21a0499f8cfa2ea6a2bba3ec20c65a2afd8d07d1721ff
SHA1: ca0d66a2578fc1ad99ee441f9b6936cc617b8bc0
MD5sum: e9fd3b172ee543e2bbdb97afebe25b2d
Description: simplest and a robust captcha plugin for rails
Available with Rails 3 + 4 or above provides backward compatibility. This
is a fork of the popular Rubygem ``simple_captcha`` which got abandoned.
.
Features
.
* Zero FileSystem usage (secret code moved to db-store and image storage
removed).
* Provides various image styles.
* Provides three level of complexity of images.
* Works absolutely fine in distributed environment(session and db based
implementation works fine in distributed environment).
* Implementation is as easy as just writing a single line in your view.
```<%= show_simple_captcha %>``` within the 'form' tags.
* Flexible DOM and CSS handling(There is a separate view partial for
rendering SimpleCaptcha DOM elements).
* Automated removal of 1 hour old unmatched simple_captcha data.
Description-md5:
Homepage: https://github.com/pludoni/simple-captcha
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-simple-captcha2/ruby-simple-captcha2_0.5.0-2_all.deb