How to Install and Uninstall rbenv Package on Kali Linux

Last updated: May 17,2024

1. Install "rbenv" package

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

$ sudo apt update $ sudo apt install rbenv

2. Uninstall "rbenv" package

Please follow the guidelines below to uninstall rbenv on Kali Linux:

$ sudo apt remove rbenv $ sudo apt autoclean && sudo apt autoremove

3. Information about the rbenv package on Kali Linux

Package: rbenv
Version: 1.1.2-1
Installed-Size: 75
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter
Recommends: ruby-build
Size: 22740
SHA256: 3f0929e935e8b6d5bd99a311d565ded7d68e59a4264b3d5edc9ed45e6d46486b
SHA1: 411dd1937fc63133a58a7fd2df9062166b406322
MD5sum: 97a341dba13638d7d97f65add84f0663
Description: simple per-user Ruby version manager
rbenv lets you easily switch between multiple versions of Ruby. It's
simple, unobtrusive, and follows the UNIX tradition of single-purpose
tools that do one thing well.
Description-md5:
Homepage: https://github.com/sstephenson/rbenv
Section: ruby
Priority: optional
Filename: pool/main/r/rbenv/rbenv_1.1.2-1_all.deb