How to Install and Uninstall rubygem-mkrf.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "rubygem-mkrf.noarch" package

This guide covers the steps necessary to install rubygem-mkrf.noarch on Fedora 39

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

2. Uninstall "rubygem-mkrf.noarch" package

This guide covers the steps necessary to uninstall rubygem-mkrf.noarch on Fedora 39:

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

3. Information about the rubygem-mkrf.noarch package on Fedora 39

Last metadata expiration check: 4:15:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-mkrf
Version : 0.2.3
Release : 28.fc39
Architecture : noarch
Size : 18 k
Source : rubygem-mkrf-0.2.3-28.fc39.src.rpm
Repository : fedora
Summary : Making C extensions for Ruby a bit easier
URL : http://mkrf.rubyforge.org/
License : MIT
Description : mkrf is a library for generating Rakefiles to build Ruby
: extension modules written in C. It is intended as a replacement for
: mkmf. The major difference between the two is that mkrf
: builds you a Rakefile instead of a Makefile.
:
: This proposed replacement to mkmf generates Rakefiles to build C Extensions.