How to Install and Uninstall rbenv.x86_64 Package on Oracle Linux 9
Last updated: November 13,2024
1. Install "rbenv.x86_64" package
Please follow the guidance below to install rbenv.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
rbenv.x86_64
Copied
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
Copied
$
sudo dnf autoremove
Copied
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.
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.