How to Install and Uninstall ruby-paper-trail Package on Kali Linux

Last updated: January 24,2025

1. Install "ruby-paper-trail" package

Here is a brief guide to show you how to install ruby-paper-trail on Kali Linux

$ sudo apt update $ sudo apt install ruby-paper-trail

2. Uninstall "ruby-paper-trail" package

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

$ sudo apt remove ruby-paper-trail $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-paper-trail package on Kali Linux

Package: ruby-paper-trail
Version: 12.0.0-1
Installed-Size: 196
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activerecord (<< 2:6.2), ruby-activerecord (>= 2:5.2), ruby-request-store
Size: 61684
SHA256: ac7c00c9c67c100ec19f48df6a2a4247d4b29f3856262ba0dddb7443c8f43e3e
SHA1: bba2fb7ac309509b5d14accf5e0a25a1ae4f5dd2
MD5sum: aa89a21da8bfb602cb3fa342283e171b
Description: Track changes to your models, helps to retrieve versions
Track changes to your models, for auditing or versioning. See how a model
looked at any stage in its lifecycle, revert it to any version, or restore it
after it has been destroyed.
.
PaperTrail stores the pre-change version of the model, unlike some other
auditing/versioning plugins, so you can retrieve the original version. This is
useful when you start keeping a paper trail for models that already have
records in the database.
Description-md5:
Homepage: https://github.com/paper-trail-gem/paper_trail
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-paper-trail/ruby-paper-trail_12.0.0-1_all.deb