How To Install rust-cexpr-devel on Fedora 36

In this tutorial we learn how to install rust-cexpr-devel in Fedora 36. rust-cexpr-devel is C expression parser and evaluator

Introduction

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

What is rust-cexpr-devel

C expression parser and evaluator. This package contains library source intended for building other packages which use “cexpr” crate.

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

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

sudo dnf -y install rust-cexpr-devel

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

sudo yum -y install rust-cexpr-devel

How To Uninstall rust-cexpr-devel on Fedora 36

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

sudo dnf remove rust-cexpr-devel

rust-cexpr-devel Package Contents on Fedora 36

/usr/share/cargo/registry/cexpr-0.6.0
/usr/share/cargo/registry/cexpr-0.6.0/.cargo-checksum.json
/usr/share/cargo/registry/cexpr-0.6.0/Cargo.toml
/usr/share/cargo/registry/cexpr-0.6.0/LICENSE-APACHE
/usr/share/cargo/registry/cexpr-0.6.0/LICENSE-MIT
/usr/share/cargo/registry/cexpr-0.6.0/bors.toml
/usr/share/cargo/registry/cexpr-0.6.0/rustfmt.toml
/usr/share/cargo/registry/cexpr-0.6.0/src
/usr/share/cargo/registry/cexpr-0.6.0/src/expr.rs
/usr/share/cargo/registry/cexpr-0.6.0/src/lib.rs
/usr/share/cargo/registry/cexpr-0.6.0/src/literal.rs
/usr/share/cargo/registry/cexpr-0.6.0/src/token.rs
/usr/share/cargo/registry/cexpr-0.6.0/tests
/usr/share/cargo/registry/cexpr-0.6.0/tests/clang.rs
/usr/share/cargo/registry/cexpr-0.6.0/tests/input
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/chars.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/fail.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/floats.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/int_signed.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/int_unsigned.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/strings.h
/usr/share/cargo/registry/cexpr-0.6.0/tests/input/test_llvm_bug_9069.h
/usr/share/licenses/rust-cexpr-devel
/usr/share/licenses/rust-cexpr-devel/LICENSE-APACHE
/usr/share/licenses/rust-cexpr-devel/LICENSE-MIT

References

Summary

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