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

Last updated: May 17,2024

1. Install "ruby-build" package

Please follow the steps below to install ruby-build on Kali Linux

$ sudo apt update $ sudo apt install ruby-build

2. Uninstall "ruby-build" package

Here is a brief guide to show you how to uninstall ruby-build on Kali Linux:

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

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

Package: ruby-build
Version: 20220426-1
Installed-Size: 635
Maintainer: Debian Ruby Team
Architecture: all
Depends: build-essential, curl, libreadline6-dev, zlib1g-dev
Recommends: libsqlite3-dev, libssl-dev, libxml2-dev, libxslt-dev, rbenv
Suggests: autoconf, automake, bison, git-core, libtool, default-jre, rake, ruby-dev
Size: 64492
SHA256: 50c34bae27285bb1aac0db0fdf0bdeec5c52c58b8a2378f5c2b1ac12d6ce731a
SHA1: 9987b2ed201cafff18906dd94578eac396e6f1e2
MD5sum: 2a5798546f04327628312d86f2a6d797
Description: tool to compile and install different versions of Ruby
ruby-build provides a simple way to compile and install different
versions of Ruby.
.
ruby-build is great when you want to build Ruby versions that are not
available via APT, for example if you need legacy or bleeding edge
versions of Ruby.
.
Combined with rbenv, ruby-build lets you easily install and switch
between different implementations of Ruby, such as MRI, JRuby, REE
and others.
Description-md5:
Homepage: https://github.com/rbenv/ruby-build
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-build/ruby-build_20220426-1_all.deb