How to Install and Uninstall rubygem-bundler.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "rubygem-bundler.noarch" package

This tutorial shows how to install rubygem-bundler.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rubygem-bundler.noarch

2. Uninstall "rubygem-bundler.noarch" package

Please follow the guidance below to uninstall rubygem-bundler.noarch on Oracle Linux 9:

$ sudo dnf remove rubygem-bundler.noarch $ sudo dnf autoremove

3. Information about the rubygem-bundler.noarch package on Oracle Linux 9

Last metadata expiration check: 3:30:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-bundler
Version : 2.2.33
Release : 160.el9_0
Architecture : noarch
Size : 705 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ol9_appstream
Summary : Library and utilities to manage a Ruby application's gem dependencies
URL : https://www.ruby-lang.org/
License : MIT
Description : Bundler manages an application's dependencies through its entire life, across
: many machines, systematically and repeatably.