How to Install and Uninstall ruby3.2-dev Package on Kali Linux

Last updated: July 03,2024

1. Install "ruby3.2-dev" package

Please follow the steps below to install ruby3.2-dev on Kali Linux

$ sudo apt update $ sudo apt install ruby3.2-dev

2. Uninstall "ruby3.2-dev" package

In this section, we are going to explain the necessary steps to uninstall ruby3.2-dev on Kali Linux:

$ sudo apt remove ruby3.2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby3.2-dev package on Kali Linux

Package: ruby3.2-dev
Source: ruby3.2
Version: 3.2.3-1
Installed-Size: 3499
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libgmp-dev, libruby3.2 (= 3.2.3-1)
Recommends: ruby3.2-doc
Size: 970364
SHA256: dc101b80f33283e948242d6d1a4988d66fc639daa5e3e007bc75eaf1d21ddd68
SHA1: 96ed6cfa9b5945640c5593098420f8d8cc525545
MD5sum: 1cbf84bea965804f2c60c9ef51ee905e
Description: Header files for compiling extension modules for the Ruby 3.2
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 3.2. It is also required to build
many gems.
Description-md5:
Multi-Arch: same
Homepage: https://www.ruby-lang.org/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby3.2/ruby3.2-dev_3.2.3-1_amd64.deb