How to Install and Uninstall rubygem-narray.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "rubygem-narray.x86_64" package

This guide covers the steps necessary to install rubygem-narray.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-narray.x86_64

2. Uninstall "rubygem-narray.x86_64" package

Please follow the guidance below to uninstall rubygem-narray.x86_64 on Fedora 35:

$ sudo dnf remove rubygem-narray.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-narray.x86_64 package on Fedora 35

Last metadata expiration check: 5:26:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-narray
Version : 0.6.1.1
Release : 22.fc35
Architecture : x86_64
Size : 98 k
Source : rubygem-narray-0.6.1.1-22.fc35.src.rpm
Repository : fedora
Summary : N-dimensional Numerical Array class for Ruby
URL : http://narray.rubyforge.org
License : BSD and Ruby
Description : 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.