How to Install and Uninstall rubygem-narray.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-narray.i686" package

This guide covers the steps necessary to install rubygem-narray.i686 on Fedora 34

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

2. Uninstall "rubygem-narray.i686" package

This guide let you learn how to uninstall rubygem-narray.i686 on Fedora 34:

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

3. Information about the rubygem-narray.i686 package on Fedora 34

Last metadata expiration check: 3:43:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-narray
Version : 0.6.1.1
Release : 21.fc34
Architecture : i686
Size : 105 k
Source : rubygem-narray-0.6.1.1-21.fc34.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.