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

Last updated: May 03,2024

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

This tutorial shows how to install rust-matrixmultiply+threading-devel.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall rust-matrixmultiply+threading-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:00:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-matrixmultiply+threading-devel
Version : 0.3.2
Release : 1.fc34
Architecture : noarch
Size : 8.6 k
Source : rust-matrixmultiply-0.3.2-1.fc34.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.