How To Install rust-rmp-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-rmp-devel
on Fedora 36.
What is rust-rmp-devel
Pure Rust MessagePack serialization implementation. This package contains library source intended for building other packages which use “rmp” crate.
We can use yum
or dnf
to install rust-rmp-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-rmp-devel.
Install rust-rmp-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-rmp-devel
using dnf
by running the following command:
sudo dnf -y install rust-rmp-devel
Install rust-rmp-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-rmp-devel
using yum
by running the following command:
sudo yum -y install rust-rmp-devel
How To Uninstall rust-rmp-devel on Fedora 36
To uninstall only the rust-rmp-devel
package we can use the following command:
sudo dnf remove rust-rmp-devel
rust-rmp-devel Package Contents on Fedora 36
/usr/share/cargo/registry/rmp-0.8.9
/usr/share/cargo/registry/rmp-0.8.9/.cargo-checksum.json
/usr/share/cargo/registry/rmp-0.8.9/CHANGELOG.md
/usr/share/cargo/registry/rmp-0.8.9/Cargo.toml
/usr/share/cargo/registry/rmp-0.8.9/LICENSE
/usr/share/cargo/registry/rmp-0.8.9/README.md
/usr/share/cargo/registry/rmp-0.8.9/benches
/usr/share/cargo/registry/rmp-0.8.9/benches/bench.rs
/usr/share/cargo/registry/rmp-0.8.9/clippy.toml
/usr/share/cargo/registry/rmp-0.8.9/src
/usr/share/cargo/registry/rmp-0.8.9/src/decode
/usr/share/cargo/registry/rmp-0.8.9/src/decode/dec.rs
/usr/share/cargo/registry/rmp-0.8.9/src/decode/ext.rs
/usr/share/cargo/registry/rmp-0.8.9/src/decode/mod.rs
/usr/share/cargo/registry/rmp-0.8.9/src/decode/sint.rs
/usr/share/cargo/registry/rmp-0.8.9/src/decode/str.rs
/usr/share/cargo/registry/rmp-0.8.9/src/decode/uint.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode
/usr/share/cargo/registry/rmp-0.8.9/src/encode/bin.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/dec.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/ext.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/map.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/mod.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/sint.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/str.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/uint.rs
/usr/share/cargo/registry/rmp-0.8.9/src/encode/vec.rs
/usr/share/cargo/registry/rmp-0.8.9/src/lib.rs
/usr/share/cargo/registry/rmp-0.8.9/src/marker.rs
/usr/share/cargo/registry/rmp-0.8.9/tests
/usr/share/cargo/registry/rmp-0.8.9/tests/func
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/array.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/bin.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/bool.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/ext.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/float.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/map.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/mod.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/null.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/sint.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/string.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/decode/uint.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/array.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/bin.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/bool.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/ext.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/float.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/int.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/map.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/mod.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/null.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/encode/string.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/mirror.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/func/mod.rs
/usr/share/cargo/registry/rmp-0.8.9/tests/lib.rs
/usr/share/doc/rust-rmp-devel
/usr/share/doc/rust-rmp-devel/CHANGELOG.md
/usr/share/doc/rust-rmp-devel/README.md
/usr/share/licenses/rust-rmp-devel
/usr/share/licenses/rust-rmp-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-rmp-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).