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

Last updated: May 12,2024

1. Install "ruby-grit" package

Please follow the step by step instructions below to install ruby-grit on Kali Linux

$ sudo apt update $ sudo apt install ruby-grit

2. Uninstall "ruby-grit" package

Please follow the step by step instructions below to uninstall ruby-grit on Kali Linux:

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

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

Package: ruby-grit
Version: 2.8.2-3
Installed-Size: 197
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter, ruby-diff-lcs (>= 1.1~), ruby-mime-types (>= 2.6.1~), ruby-posix-spawn (>= 0.3.11~), ruby-charlock-holmes (>= 0.6~)
Size: 42104
SHA256: 4b17a4f1a7fd169ac6a2b409982f35482b88766a92556f6a5922228339b7dcd2
SHA1: ebc7e82d50b2e1ccaaf306249ea81b8372ae4da1
MD5sum: eab493a29442262b63b11d77c9b9075d
Description: Ruby Git bindings
Grit gives you object oriented read/write access to Git repositories
via Ruby. The main goals are stability and performance. To this end,
some of the interactions with Git repositories are done by shelling
out to the system's git command, and other interactions are done with
pure Ruby reimplementations of core Git functionality. This choice,
however, is transparent to end users, and you need not know which
method is being used.
.
This software was developed to power GitHub, and should be considered
production ready.
.
This version has been patched for use with GITLAB.
Description-md5:
Homepage: https://github.com/mojombo/grit
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-grit/ruby-grit_2.8.2-3_all.deb