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

Last updated: July 08,2024

1. Install "ruby-paranoia" package

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

$ sudo apt update $ sudo apt install ruby-paranoia

2. Uninstall "ruby-paranoia" package

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

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

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

Package: ruby-paranoia
Version: 2.4.3-1
Installed-Size: 40
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activerecord (>= 2:4.0), ruby-activerecord (<< 2:6.2)
Size: 13204
SHA256: 1c7fc7423a947256ea3801ff35f3d86fafe503e85a20e6ed4e3b6c8ae6d4aa13
SHA1: 0abc9d881b924706f0b84b93fe7d3c6f22f43435
MD5sum: 2a486c504aa4c8cded69b7fe5e1da669
Description: re-implementation of acts_as_paranoid for Rails 3
Paranoia is a re-implementation of acts_as_paranoid for Rails 3, using much,
much, much less code. You would use either plugin / gem if you wished that
when you called destroy on an Active Record object that it didn't actually
destroy it, but just "hid" the record. Paranoia does this by setting a
deleted_at field to the current time when you destroy a record, and hides it
by scoping all queries on your model to only include records which do not have
a deleted_at field.
Description-md5:
Homepage: https://github.com/rubysherpas/paranoia
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-paranoia/ruby-paranoia_2.4.3-1_all.deb