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

Last updated: May 18,2024

1. Install "ruby-terrapin" package

Please follow the guidance below to install ruby-terrapin on Kali Linux

$ sudo apt update $ sudo apt install ruby-terrapin

2. Uninstall "ruby-terrapin" package

Please follow the guidance below to uninstall ruby-terrapin on Kali Linux:

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

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

Package: ruby-terrapin
Version: 0.6.0-4
Installed-Size: 40
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-climate-control (>= 0.0.3), ruby-climate-control (<< 1.0)
Suggests: ruby-posix-spawn
Size: 9688
SHA256: cac1d301713af63b570d7bee0ae1b9e1c572c25345cd8edacea8f8261325cb16
SHA1: 449da71fe42294249248dc31cb25fa872468af56
MD5sum: f39a6215db476a884af53cdf8b1583e7
Description: run shell commands safely, even with user-supplied values
Apart from the basic, normal stuff, you can use nterpolated arguments. It also
prevents attempts at being bad.
.
You can also see what's getting run. The 'Command' part it logs is in green
for visibility!
.
Terrapin will only shell-escape what is passed in as interpolations to the run
method. It WILL NOT escape what is passed in to the second argument of new.
Terrapin assumes that you will not be manually passing user-generated data to
that argument and will be using it as a template for your command line's
structure.
.
The performance can be increased by installing the posix-spawn gem.
Description-md5: 2a64aa90a73102aa02ef6776db0209ed
Homepage: https://github.com/thoughtbot/terrapin
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-terrapin/ruby-terrapin_0.6.0-4_all.deb