How To Install rubygem-narray on Fedora 36

In this tutorial we learn how to install rubygem-narray in Fedora 36. rubygem-narray is N-dimensional Numerical Array class for Ruby

Introduction

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

What is rubygem-narray

NArray is a Numerical N-dimensional Array class. Supported element types are 1/2/4-byte Integer, single/double-precision, Real/Complex and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix sub-classes.

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

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

sudo dnf -y install rubygem-narray

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

sudo yum -y install rubygem-narray

How To Uninstall rubygem-narray on Fedora 36

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

sudo dnf remove rubygem-narray

rubygem-narray Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/fb672495554adcce3bbf2e999a7af484308973
/usr/lib/gems/ruby/narray-0.6.1.1
/usr/lib/gems/ruby/narray-0.6.1.1/gem.build_complete
/usr/lib/gems/ruby/narray-0.6.1.1/narray.so
/usr/lib/gems/ruby/narray-0.6.1.1/narray_ext.rb
/usr/lib/gems/ruby/narray-0.6.1.1/nmatrix.rb
/usr/share/gems/gems/narray-0.6.1.1
/usr/share/gems/gems/narray-0.6.1.1/ChangeLog
/usr/share/gems/gems/narray-0.6.1.1/README.ja.md
/usr/share/gems/gems/narray-0.6.1.1/README.md
/usr/share/gems/specifications/narray-0.6.1.1.gemspec

References

Summary

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


title: “How To Install rubygem-narray on Fedora 36” linkTitle: “rubygem-narray” type: “docs” description: “In this tutorial we learn how to install rubygem-narray in Fedora 36. rubygem-narray is N-dimensional Numerical Array class for Ruby” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rubygem-narray-featured.png

Introduction

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

What is rubygem-narray

NArray is a Numerical N-dimensional Array class. Supported element types are 1/2/4-byte Integer, single/double-precision, Real/Complex and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix sub-classes.

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

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

sudo dnf -y install rubygem-narray

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

sudo yum -y install rubygem-narray

How To Uninstall rubygem-narray on Fedora 36

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

sudo dnf remove rubygem-narray

rubygem-narray Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/ad9bdaed10a7633a65ad617fba48112791e3a5
/usr/lib64/gems/ruby/narray-0.6.1.1
/usr/lib64/gems/ruby/narray-0.6.1.1/gem.build_complete
/usr/lib64/gems/ruby/narray-0.6.1.1/narray.so
/usr/lib64/gems/ruby/narray-0.6.1.1/narray_ext.rb
/usr/lib64/gems/ruby/narray-0.6.1.1/nmatrix.rb
/usr/share/gems/gems/narray-0.6.1.1
/usr/share/gems/gems/narray-0.6.1.1/ChangeLog
/usr/share/gems/gems/narray-0.6.1.1/README.ja.md
/usr/share/gems/gems/narray-0.6.1.1/README.md
/usr/share/gems/specifications/narray-0.6.1.1.gemspec

References

Summary

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