How to Install and Uninstall rust-matrixmultiply+once_cell-devel.noarch Package on Fedora 36

Last updated: May 07,2024

1. Install "rust-matrixmultiply+once_cell-devel.noarch" package

This guide let you learn how to install rust-matrixmultiply+once_cell-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-matrixmultiply+once_cell-devel.noarch

2. Uninstall "rust-matrixmultiply+once_cell-devel.noarch" package

Please follow the steps below to uninstall rust-matrixmultiply+once_cell-devel.noarch on Fedora 36:

$ sudo dnf remove rust-matrixmultiply+once_cell-devel.noarch $ sudo dnf autoremove

3. Information about the rust-matrixmultiply+once_cell-devel.noarch package on Fedora 36

Last metadata expiration check: 3:07:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-matrixmultiply+once_cell-devel
Version : 0.3.2
Release : 1.fc36
Architecture : noarch
Size : 8.3 k
Source : rust-matrixmultiply-0.3.2-1.fc36.src.rpm
Repository : updates
Summary : General matrix multiplication for f32 and f64 matrices
URL : https://crates.io/crates/matrixmultiply
License : MIT or ASL 2.0
Description : General matrix multiplication for f32 and f64 matrices. Operates on matrices
: with general layout (they can use arbitrary row and column stride). Detects and
: uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a
: microkernel strategy, so that the implementation is easy to parallelize and
: optimize.
: Supports multithreading.
:
: This package contains library source intended for building other packages which
: use the "once_cell" feature of the "matrixmultiply" crate.