How To Install rust-matrixcompare-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-matrixcompare-devel
on Fedora 36.
What is rust-matrixcompare-devel
Tools for convenient comparison of matrices. This package contains library source intended for building other packages which use “matrixcompare” crate.
We can use yum
or dnf
to install rust-matrixcompare-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-matrixcompare-devel.
Install rust-matrixcompare-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-matrixcompare-devel
using dnf
by running the following command:
sudo dnf -y install rust-matrixcompare-devel
Install rust-matrixcompare-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-matrixcompare-devel
using yum
by running the following command:
sudo yum -y install rust-matrixcompare-devel
How To Uninstall rust-matrixcompare-devel on Fedora 36
To uninstall only the rust-matrixcompare-devel
package we can use the following command:
sudo dnf remove rust-matrixcompare-devel
rust-matrixcompare-devel Package Contents on Fedora 36
/usr/share/cargo/registry/matrixcompare-0.3.0
/usr/share/cargo/registry/matrixcompare-0.3.0/.cargo-checksum.json
/usr/share/cargo/registry/matrixcompare-0.3.0/CHANGELOG.md
/usr/share/cargo/registry/matrixcompare-0.3.0/Cargo.toml
/usr/share/cargo/registry/matrixcompare-0.3.0/LICENSE
/usr/share/cargo/registry/matrixcompare-0.3.0/README.md
/usr/share/cargo/registry/matrixcompare-0.3.0/examples
/usr/share/cargo/registry/matrixcompare-0.3.0/examples/proptest.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/rustfmt.toml
/usr/share/cargo/registry/matrixcompare-0.3.0/src
/usr/share/cargo/registry/matrixcompare-0.3.0/src/comparators.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/comparison_failure.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/lib.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/macros.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/matrix_comparison.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/proptest.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/scalar_comparison.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/src/ulp.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/common.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/dense_dense_comparison.proptest-regressions
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/dense_dense_comparison.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/dense_sparse_comparison.proptest.regressions
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/dense_sparse_comparison.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/output.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/scalar_comparison.rs
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/sparse_sparse_comparison.proptest-regressions
/usr/share/cargo/registry/matrixcompare-0.3.0/tests/sparse_sparse_comparison.rs
/usr/share/doc/rust-matrixcompare-devel
/usr/share/doc/rust-matrixcompare-devel/CHANGELOG.md
/usr/share/doc/rust-matrixcompare-devel/README.md
/usr/share/licenses/rust-matrixcompare-devel
/usr/share/licenses/rust-matrixcompare-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-matrixcompare-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).