How To Install rust-fixed-devel on Fedora 36

In this tutorial we learn how to install rust-fixed-devel in Fedora 36. rust-fixed-devel is Fixed-point numbers

Introduction

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

What is rust-fixed-devel

Fixed-point numbers. This package contains library source intended for building other packages which use the “fixed” crate.

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

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

sudo dnf -y install rust-fixed-devel

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

sudo yum -y install rust-fixed-devel

How To Uninstall rust-fixed-devel on Fedora 36

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

sudo dnf remove rust-fixed-devel

rust-fixed-devel Package Contents on Fedora 36

/usr/share/cargo/registry/fixed-1.13.0
/usr/share/cargo/registry/fixed-1.13.0/.cargo-checksum.json
/usr/share/cargo/registry/fixed-1.13.0/Cargo.toml
/usr/share/cargo/registry/fixed-1.13.0/LICENSE-APACHE
/usr/share/cargo/registry/fixed-1.13.0/LICENSE-MIT
/usr/share/cargo/registry/fixed-1.13.0/README.md
/usr/share/cargo/registry/fixed-1.13.0/RELEASES.md
/usr/share/cargo/registry/fixed-1.13.0/build.rs
/usr/share/cargo/registry/fixed-1.13.0/etc
/usr/share/cargo/registry/fixed-1.13.0/etc/appveyor.yml
/usr/share/cargo/registry/fixed-1.13.0/etc/gitlab-ci.yml
/usr/share/cargo/registry/fixed-1.13.0/etc/index.html
/usr/share/cargo/registry/fixed-1.13.0/src
/usr/share/cargo/registry/fixed-1.13.0/src/arith.rs
/usr/share/cargo/registry/fixed-1.13.0/src/borshize.rs
/usr/share/cargo/registry/fixed-1.13.0/src/cast.rs
/usr/share/cargo/registry/fixed-1.13.0/src/cmp.rs
/usr/share/cargo/registry/fixed-1.13.0/src/consts.rs
/usr/share/cargo/registry/fixed-1.13.0/src/convert.rs
/usr/share/cargo/registry/fixed-1.13.0/src/debug_hex.rs
/usr/share/cargo/registry/fixed-1.13.0/src/display.rs
/usr/share/cargo/registry/fixed-1.13.0/src/float_helper.rs
/usr/share/cargo/registry/fixed-1.13.0/src/from_str.rs
/usr/share/cargo/registry/fixed-1.13.0/src/helpers.rs
/usr/share/cargo/registry/fixed-1.13.0/src/impl_arbitrary.rs
/usr/share/cargo/registry/fixed-1.13.0/src/impl_bytemuck.rs
/usr/share/cargo/registry/fixed-1.13.0/src/impl_num_traits.rs
/usr/share/cargo/registry/fixed-1.13.0/src/int256.rs
/usr/share/cargo/registry/fixed-1.13.0/src/int_helper.rs
/usr/share/cargo/registry/fixed-1.13.0/src/inv_lerp.rs
/usr/share/cargo/registry/fixed-1.13.0/src/lerp.rs
/usr/share/cargo/registry/fixed-1.13.0/src/lib.rs
/usr/share/cargo/registry/fixed-1.13.0/src/log10.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros_const.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros_frac.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros_from_to.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros_no_frac.rs
/usr/share/cargo/registry/fixed-1.13.0/src/macros_round.rs
/usr/share/cargo/registry/fixed-1.13.0/src/prim_traits.rs
/usr/share/cargo/registry/fixed-1.13.0/src/serdeize.rs
/usr/share/cargo/registry/fixed-1.13.0/src/traits.rs
/usr/share/cargo/registry/fixed-1.13.0/src/types
/usr/share/cargo/registry/fixed-1.13.0/src/types/extra.rs
/usr/share/cargo/registry/fixed-1.13.0/src/types/mod.rs
/usr/share/cargo/registry/fixed-1.13.0/src/unwrapped.rs
/usr/share/cargo/registry/fixed-1.13.0/src/wrapping.rs

References

Summary

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