How To Install rust-pathfinder_simd-devel on Fedora 36

In this tutorial we learn how to install rust-pathfinder_simd-devel in Fedora 36. rust-pathfinder_simd-devel is Simple SIMD library

Introduction

In this tutorial we learn how to install rust-pathfinder_simd-devel on Fedora 36.

What is rust-pathfinder_simd-devel

Simple SIMD library. This package contains library source intended for building other packages which use “pathfinder_simd” crate.

We can use yum or dnf to install rust-pathfinder_simd-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-pathfinder_simd-devel.

Install rust-pathfinder_simd-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-pathfinder_simd-devel using dnf by running the following command:

sudo dnf -y install rust-pathfinder_simd-devel

Install rust-pathfinder_simd-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-pathfinder_simd-devel using yum by running the following command:

sudo yum -y install rust-pathfinder_simd-devel

How To Uninstall rust-pathfinder_simd-devel on Fedora 36

To uninstall only the rust-pathfinder_simd-devel package we can use the following command:

sudo dnf remove rust-pathfinder_simd-devel

rust-pathfinder_simd-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pathfinder_simd-0.5.1
/usr/share/cargo/registry/pathfinder_simd-0.5.1/.cargo-checksum.json
/usr/share/cargo/registry/pathfinder_simd-0.5.1/Cargo.toml
/usr/share/cargo/registry/pathfinder_simd-0.5.1/build.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/arm
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/arm/mod.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/arm/swizzle_f32x4.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/arm/swizzle_i32x4.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/extras.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/lib.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/scalar
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/scalar/mod.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/scalar/swizzle_f32x4.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/scalar/swizzle_i32x4.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/test.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/x86
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/x86/mod.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/x86/swizzle_f32x4.rs
/usr/share/cargo/registry/pathfinder_simd-0.5.1/src/x86/swizzle_i32x4.rs

References

Summary

In this tutorial we learn how to install rust-pathfinder_simd-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).