How to Install and Uninstall rbenv.x86_64 Package on Oracle Linux 9

Last updated: September 19,2024

1. Install "rbenv.x86_64" package

Please follow the guidance below to install rbenv.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rbenv.x86_64

2. Uninstall "rbenv.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rbenv.x86_64 on Oracle Linux 9:

$ sudo dnf remove rbenv.x86_64 $ sudo dnf autoremove

3. Information about the rbenv.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:18:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rbenv
Version : 1.2.0
Release : 1.el9
Architecture : x86_64
Size : 34 k
Source : rbenv-1.2.0-1.el9.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.