How to Install and Uninstall ruby2.7-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby2.7-dev" package

This guide let you learn how to install ruby2.7-dev on Kali Linux

$ sudo apt update $ sudo apt install ruby2.7-dev

2. Uninstall "ruby2.7-dev" package

This guide covers the steps necessary to uninstall ruby2.7-dev on Kali Linux:

$ sudo apt remove ruby2.7-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby2.7-dev package on Kali Linux

Package: ruby2.7-dev
Source: ruby2.7 (2.7.4-1)
Version: 2.7.4-1+b1
Installed-Size: 2043
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libgmp-dev, libruby2.7 (= 2.7.4-1+b1)
Recommends: ruby2.7-doc
Size: 834980
SHA256: a123266fb944444971db9b13c684b12c2975cebc7d2b8c191a71ab692ffbd18f
SHA1: 6361f1ff9ba9abb3cd34a02a951e813d20fde377
MD5sum: 79c3680b51138880e456e4963d2b9523
Description: Header files for compiling extension modules for the Ruby 2.7
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package contains the header files and the mkmf library, necessary
to make extension library for Ruby 2.7. It is also required to build
many gems.
Description-md5: c7609d60a5295902f91ebae527eba4f6
Multi-Arch: same
Homepage: https://www.ruby-lang.org/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby2.7/ruby2.7-dev_2.7.4-1+b1_amd64.deb