How To Install rubygem-atomic on Fedora 36

In this tutorial we learn how to install rubygem-atomic in Fedora 36. rubygem-atomic is An atomic reference implementation for JRuby, Rubinius, and MRI

Introduction

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

What is rubygem-atomic

An atomic reference implementation for JRuby, Rubinius, and MRI.

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

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

sudo dnf -y install rubygem-atomic

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

sudo yum -y install rubygem-atomic

How To Uninstall rubygem-atomic on Fedora 36

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

sudo dnf remove rubygem-atomic

rubygem-atomic Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/a759f9d7af8beb6c2d27da8a97b592f9c668fc
/usr/lib64/gems/ruby/atomic-1.1.101
/usr/lib64/gems/ruby/atomic-1.1.101/atomic_reference.so
/usr/lib64/gems/ruby/atomic-1.1.101/gem.build_complete
/usr/share/gems/gems/atomic-1.1.101
/usr/share/gems/gems/atomic-1.1.101/LICENSE
/usr/share/gems/gems/atomic-1.1.101/lib
/usr/share/gems/gems/atomic-1.1.101/lib/atomic
/usr/share/gems/gems/atomic-1.1.101/lib/atomic.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/concurrent_update_error.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/delegated_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/direct_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/fallback.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/jruby.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/numeric_cas_wrapper.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/rbx.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/ruby.rb
/usr/share/gems/specifications/atomic-1.1.101.gemspec

References

Summary

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