How to Install and Uninstall ruby3.1 Package on Kali Linux

Last updated: May 19,2024

1. Install "ruby3.1" package

Please follow the guidance below to install ruby3.1 on Kali Linux

$ sudo apt update $ sudo apt install ruby3.1

2. Uninstall "ruby3.1" package

This guide covers the steps necessary to uninstall ruby3.1 on Kali Linux:

$ sudo apt remove ruby3.1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby3.1 package on Kali Linux

Package: ruby3.1
Version: 3.1.2-8
Installed-Size: 728
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: rubygems-integration (>= 1.17.1~), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgmp10 (>= 2:6.3.0+dfsg), libruby3.1 (>= 3.1.0~preview1), zlib1g (>= 1:1.1.4)
Recommends: fonts-lato, libjs-jquery
Size: 663264
SHA256: 7e67e288453991d41cb77f99b3dd4b02a7715dbfd450500638a500790b6e3d96
SHA1: 29c0559c632fafa192bb026ce2f9665244b526fc
MD5sum: fff5d61bc8188f803b289a890e1ce60b
Description: Interpreter of object-oriented scripting language Ruby
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.
.
In the name of this package, `3.1' indicates the Ruby library compatibility
version. This package currently provides the `3.1.x' branch of Ruby.
Description-md5:
Multi-Arch: allowed
Homepage: https://www.ruby-lang.org/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby3.1/ruby3.1_3.1.2-8_amd64.deb