How To Install rust-json-devel on Fedora 36

In this tutorial we learn how to install rust-json-devel in Fedora 36. rust-json-devel is JSON implementation in Rust

Introduction

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

What is rust-json-devel

JSON implementation in Rust. This package contains library source intended for building other packages which use “json” crate.

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

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

sudo dnf -y install rust-json-devel

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

sudo yum -y install rust-json-devel

How To Uninstall rust-json-devel on Fedora 36

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

sudo dnf remove rust-json-devel

rust-json-devel Package Contents on Fedora 36

/usr/share/cargo/registry/json-0.12.4
/usr/share/cargo/registry/json-0.12.4/.cargo-checksum.json
/usr/share/cargo/registry/json-0.12.4/Cargo.toml
/usr/share/cargo/registry/json-0.12.4/LICENSE-APACHE
/usr/share/cargo/registry/json-0.12.4/LICENSE-MIT
/usr/share/cargo/registry/json-0.12.4/README.md
/usr/share/cargo/registry/json-0.12.4/benches
/usr/share/cargo/registry/json-0.12.4/benches/log.rs
/usr/share/cargo/registry/json-0.12.4/json-rust-logo-small.png
/usr/share/cargo/registry/json-0.12.4/src
/usr/share/cargo/registry/json-0.12.4/src/codegen.rs
/usr/share/cargo/registry/json-0.12.4/src/error.rs
/usr/share/cargo/registry/json-0.12.4/src/lib.rs
/usr/share/cargo/registry/json-0.12.4/src/number.rs
/usr/share/cargo/registry/json-0.12.4/src/object.rs
/usr/share/cargo/registry/json-0.12.4/src/parser.rs
/usr/share/cargo/registry/json-0.12.4/src/short.rs
/usr/share/cargo/registry/json-0.12.4/src/util
/usr/share/cargo/registry/json-0.12.4/src/util/diyfp.rs
/usr/share/cargo/registry/json-0.12.4/src/util/grisu2.rs
/usr/share/cargo/registry/json-0.12.4/src/util/mod.rs
/usr/share/cargo/registry/json-0.12.4/src/util/print_dec.rs
/usr/share/cargo/registry/json-0.12.4/src/value
/usr/share/cargo/registry/json-0.12.4/src/value/implements.rs
/usr/share/cargo/registry/json-0.12.4/src/value/mod.rs
/usr/share/cargo/registry/json-0.12.4/tests
/usr/share/cargo/registry/json-0.12.4/tests/customgen.rs
/usr/share/cargo/registry/json-0.12.4/tests/json_checker.rs
/usr/share/cargo/registry/json-0.12.4/tests/number.rs
/usr/share/cargo/registry/json-0.12.4/tests/parse.rs
/usr/share/cargo/registry/json-0.12.4/tests/print_dec.rs
/usr/share/cargo/registry/json-0.12.4/tests/stringify.rs
/usr/share/cargo/registry/json-0.12.4/tests/test_json_slashes_quotes
/usr/share/cargo/registry/json-0.12.4/tests/value.rs
/usr/share/doc/rust-json-devel
/usr/share/doc/rust-json-devel/README.md
/usr/share/licenses/rust-json-devel
/usr/share/licenses/rust-json-devel/LICENSE-APACHE
/usr/share/licenses/rust-json-devel/LICENSE-MIT

References

Summary

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