How to Install and Uninstall rubygem-rake.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "rubygem-rake.noarch" package

This tutorial shows how to install rubygem-rake.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-rake.noarch" package

This guide covers the steps necessary to uninstall rubygem-rake.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-rake.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:41:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-rake
Version : 12.3.3
Release : 111.module+el8.9.0+19193+435404ae
Architecture : noarch
Size : 143 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
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.