How To Install rubygem-bundler_ext on Fedora 36

In this tutorial we learn how to install rubygem-bundler_ext in Fedora 36. rubygem-bundler_ext is Load system gems via Bundler DSL

Introduction

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

What is rubygem-bundler_ext

Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like yum/apt)

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

Install rubygem-bundler_ext 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-bundler_ext using dnf by running the following command:

sudo dnf -y install rubygem-bundler_ext

Install rubygem-bundler_ext 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-bundler_ext using yum by running the following command:

sudo yum -y install rubygem-bundler_ext

How To Uninstall rubygem-bundler_ext on Fedora 36

To uninstall only the rubygem-bundler_ext package we can use the following command:

sudo dnf remove rubygem-bundler_ext

rubygem-bundler_ext Package Contents on Fedora 36

/usr/share/gems/gems/bundler_ext-0.4.1
/usr/share/gems/gems/bundler_ext-0.4.1/MIT-LICENSE
/usr/share/gems/gems/bundler_ext-0.4.1/lib
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/gemfile.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/output.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/runtime.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/setup.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/system.rb
/usr/share/gems/gems/bundler_ext-0.4.1/lib/bundler_ext/version.rb
/usr/share/gems/specifications/bundler_ext-0.4.1.gemspec

References

Summary

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