How to Install and Uninstall rust-matrixmultiply+threading-devel.noarch Package on Fedora 35

Last updated: April 20,2024

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

This is a short guide on how to install rust-matrixmultiply+threading-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall rust-matrixmultiply+threading-devel.noarch on Fedora 35:

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

3. Information about the rust-matrixmultiply+threading-devel.noarch package on Fedora 35

Last metadata expiration check: 1:46:30 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rust-matrixmultiply+threading-devel
Version : 0.3.2
Release : 1.fc35
Architecture : noarch
Size : 8.5 k
Source : rust-matrixmultiply-0.3.2-1.fc35.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 "threading" feature of the "matrixmultiply" crate.