How To Install rubygem-comp_tree on Fedora 36

In this tutorial we learn how to install rubygem-comp_tree in Fedora 36. rubygem-comp_tree is A simple framework for automatic parallelism

Introduction

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

What is rubygem-comp_tree

CompTree is a parallel computation tree structure based upon concepts from pure functional programming.

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

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

sudo dnf -y install rubygem-comp_tree

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

sudo yum -y install rubygem-comp_tree

How To Uninstall rubygem-comp_tree on Fedora 36

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

sudo dnf remove rubygem-comp_tree

rubygem-comp_tree Package Contents on Fedora 36

/usr/share/doc/rubygem-comp_tree
/usr/share/doc/rubygem-comp_tree/CHANGES.rdoc
/usr/share/doc/rubygem-comp_tree/README.rdoc
/usr/share/gems/gems/comp_tree-1.1.3
/usr/share/gems/gems/comp_tree-1.1.3/devel
/usr/share/gems/gems/comp_tree-1.1.3/devel/levitate.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/algorithm.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/driver.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/error.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/node.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/queue
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/queue/queue.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/queue/queue_18.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/queue/queue_19.rb
/usr/share/gems/gems/comp_tree-1.1.3/lib/comp_tree/version.rb
/usr/share/gems/specifications/comp_tree-1.1.3.gemspec

References

Summary

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