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

Last updated: May 06,2024

1. Install "ruby-git" package

In this section, we are going to explain the necessary steps to install ruby-git on Kali Linux

$ sudo apt update $ sudo apt install ruby-git

2. Uninstall "ruby-git" package

This tutorial shows how to uninstall ruby-git on Kali Linux:

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

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

Package: ruby-git
Version: 1.13.1-1
Installed-Size: 156
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby-addressable (>= 2.8), ruby-rchardet (>= 1.8)
Size: 37044
SHA256: dba0705ae17a51f25de5d209c9271fe5e52715c540caa0fa47e3fbb21d845c80
SHA1: 27000c9eaaca4287f266d8dc0eacd7f25d762843
MD5sum: 840c638daaf8c562c9f152a75283bd14
Description: Ruby interface to the Git revision control system
Ruby/Git allows Ruby applications to access and manipulate Git
repositories. It provides an object-oriented interface to Git’s data
storage system and is capable of reading from and writing to the index,
managing branches, or obtaining information about the history of a
project.
Description-md5:
Homepage: https://github.com/ruby-git/ruby-git
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-git/ruby-git_1.13.1-1_all.deb