How to Install and Uninstall rubygem-rake.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "rubygem-rake.noarch" package

Please follow the steps below to install rubygem-rake.noarch on Oracle Linux 8

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

2. Uninstall "rubygem-rake.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-rake.noarch on Oracle Linux 8:

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

3. Information about the rubygem-rake.noarch package on Oracle Linux 8

Last metadata expiration check: 1:28:31 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rubygem-rake
Version : 12.3.3
Release : 110.module+el8.6.0+20712+84e27c2d
Architecture : noarch
Size : 142 k
Source : ruby-2.5.9-110.module+el8.6.0+20712+84e27c2d.src.rpm
Repository : ol8_appstream
Summary : Ruby based make-like utility
URL : http://ruby-lang.org/
License : MIT
Description : Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
: specified in standard Ruby syntax.