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

Last updated: July 07,2024

1. Install "rubygem-rake-compiler.noarch" package

This guide let you learn how to install rubygem-rake-compiler.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rubygem-rake-compiler.noarch" package

Please follow the guidance below to uninstall rubygem-rake-compiler.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:20:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rubygem-rake-compiler
Version : 1.1.9
Release : 2.el9
Architecture : noarch
Size : 36 k
Source : rubygem-rake-compiler-1.1.9-2.el9.src.rpm
Repository : epel
Summary : Rake-based Ruby C Extension task generator
URL : http://rake-compiler.rubyforge.org/
License : MIT
Description : rake-compiler aims to help Gem developers while dealing with
: Ruby C extensions, simplifiying the code and reducing the duplication.
:
: It follows *convention over configuration* and set an standarized
: structure to build and package C extensions in your gems.
:
: This is the result of expriences dealing with several Gems
: that required native extensions across platforms and different
: user configurations where details like portability and
: clarity of code were lacking.