How To Install rubygem-gem-nice-install on Fedora 36

In this tutorial we learn how to install rubygem-gem-nice-install in Fedora 36. rubygem-gem-nice-install is A RubyGems plugin that improves gem installation user experience

Introduction

In this tutorial we learn how to install rubygem-gem-nice-install on Fedora 36.

What is rubygem-gem-nice-install

A RubyGems plugin that improves gem installation user experience. If binary extension build fails, it tries to install its development dependencies.

We can use yum or dnf to install rubygem-gem-nice-install on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-gem-nice-install.

Install rubygem-gem-nice-install on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-gem-nice-install using dnf by running the following command:

sudo dnf -y install rubygem-gem-nice-install

Install rubygem-gem-nice-install on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-gem-nice-install using yum by running the following command:

sudo yum -y install rubygem-gem-nice-install

How To Uninstall rubygem-gem-nice-install on Fedora 36

To uninstall only the rubygem-gem-nice-install package we can use the following command:

sudo dnf remove rubygem-gem-nice-install

rubygem-gem-nice-install Package Contents on Fedora 36

/usr/share/gems/gems/gem-nice-install-0.3.0
/usr/share/gems/gems/gem-nice-install-0.3.0/MIT
/usr/share/gems/gems/gem-nice-install-0.3.0/data
/usr/share/gems/gems/gem-nice-install-0.3.0/data/fedora.yml
/usr/share/gems/gems/gem-nice-install-0.3.0/lib
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems/nice_install
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems/nice_install.rb
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems/nice_install/base_ext_installer.rb
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems/nice_install/distro_guesser.rb
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems/nice_install/fedora_ext_installer.rb
/usr/share/gems/gems/gem-nice-install-0.3.0/lib/rubygems_plugin.rb
/usr/share/gems/plugins/gem-nice-install_plugin.rb
/usr/share/gems/specifications/gem-nice-install-0.3.0.gemspec

References

Summary

In this tutorial we learn how to install rubygem-gem-nice-install on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).