How to Install and Uninstall rbenv.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "rbenv.x86_64" package

This guide covers the steps necessary to install rbenv.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rbenv.x86_64

2. Uninstall "rbenv.x86_64" package

This guide let you learn how to uninstall rbenv.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rbenv.x86_64 $ sudo dnf autoremove

3. Information about the rbenv.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:39:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rbenv
Version : 1.2.0
Release : 1.el8
Architecture : x86_64
Size : 34 k
Source : rbenv-1.2.0-1.el8.src.rpm
Repository : epel
Summary : Manage your app's Ruby environment
URL : https://github.com/rbenv/rbenv
License : MIT
Description : Use rbenv to pick a Ruby version for your application and guarantee that your
: development environment matches production. Put rbenv to work with Bundler for
: painless Ruby upgrades and bulletproof deployments.