How to Install and Uninstall rbenv.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "rbenv.x86_64" package

This is a short guide on how to install rbenv.x86_64 on AlmaLinux 9

$ 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 AlmaLinux 9:

$ sudo dnf remove rbenv.x86_64 $ sudo dnf autoremove

3. Information about the rbenv.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:37:28 ago on Wed Mar 13 07:41:12 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.