How To Install rust-parity-wasm-devel on Fedora 36

In this tutorial we learn how to install rust-parity-wasm-devel in Fedora 36. rust-parity-wasm-devel is WebAssembly low-level format library

Introduction

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

What is rust-parity-wasm-devel

WebAssembly low-level format library. This package contains library source intended for building other packages which use “parity-wasm” crate.

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

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

sudo dnf -y install rust-parity-wasm-devel

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

sudo yum -y install rust-parity-wasm-devel

How To Uninstall rust-parity-wasm-devel on Fedora 36

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

sudo dnf remove rust-parity-wasm-devel

rust-parity-wasm-devel Package Contents on Fedora 36

/usr/share/cargo/registry/parity-wasm-0.42.2
/usr/share/cargo/registry/parity-wasm-0.42.2/.cargo-checksum.json
/usr/share/cargo/registry/parity-wasm-0.42.2/Cargo.toml
/usr/share/cargo/registry/parity-wasm-0.42.2/LICENSE-APACHE
/usr/share/cargo/registry/parity-wasm-0.42.2/LICENSE-MIT
/usr/share/cargo/registry/parity-wasm-0.42.2/README.md
/usr/share/cargo/registry/parity-wasm-0.42.2/examples
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/bench-decoder.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/build.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/data.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/exports.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/info.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/inject.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/roundtrip.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/examples/show.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/code.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/data.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/export.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/global.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/import.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/invoke.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/memory.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/misc.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/mod.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/module.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/builder/table.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/export_entry.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/func.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/global_entry.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/import_entry.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/index_map.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/mod.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/module.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/name_section.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/ops.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/primitives.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/reloc_section.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/section.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/segment.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/elements/types.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/io.rs
/usr/share/cargo/registry/parity-wasm-0.42.2/src/lib.rs
/usr/share/doc/rust-parity-wasm-devel
/usr/share/doc/rust-parity-wasm-devel/README.md
/usr/share/licenses/rust-parity-wasm-devel
/usr/share/licenses/rust-parity-wasm-devel/LICENSE-APACHE
/usr/share/licenses/rust-parity-wasm-devel/LICENSE-MIT

References

Summary

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