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

Last updated: October 09,2024

1. Install "rubygem-mkrf.noarch" package

Please follow the guidelines below to install rubygem-mkrf.noarch on Fedora 34

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

2. Uninstall "rubygem-mkrf.noarch" package

Please follow the step by step instructions below to uninstall rubygem-mkrf.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:44:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-mkrf
Version : 0.2.3
Release : 23.fc34
Architecture : noarch
Size : 18 k
Source : rubygem-mkrf-0.2.3-23.fc34.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.