How To Install rust-cordic-devel on Fedora 36

In this tutorial we learn how to install rust-cordic-devel in Fedora 36. rust-cordic-devel is Special functions for fixed-point numbers using the CORDIC method

Introduction

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

What is rust-cordic-devel

Special functions for fixed-point numbers using the CORDIC method. This package contains library source intended for building other packages which use “cordic” crate.

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

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

sudo dnf -y install rust-cordic-devel

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

sudo yum -y install rust-cordic-devel

How To Uninstall rust-cordic-devel on Fedora 36

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

sudo dnf remove rust-cordic-devel

rust-cordic-devel Package Contents on Fedora 36

/usr/share/cargo/registry/cordic-0.1.5
/usr/share/cargo/registry/cordic-0.1.5/.cargo-checksum.json
/usr/share/cargo/registry/cordic-0.1.5/Cargo.toml
/usr/share/cargo/registry/cordic-0.1.5/LICENSE
/usr/share/cargo/registry/cordic-0.1.5/src
/usr/share/cargo/registry/cordic-0.1.5/src/cordic_number.rs
/usr/share/cargo/registry/cordic-0.1.5/src/lib.rs
/usr/share/cargo/registry/cordic-0.1.5/src/tables
/usr/share/cargo/registry/cordic-0.1.5/src/tables/cordic_atan.table
/usr/share/cargo/registry/cordic-0.1.5/src/tables/cordic_exp_minus_one.table
/usr/share/licenses/rust-cordic-devel
/usr/share/licenses/rust-cordic-devel/LICENSE

References

Summary

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