How To Install rust-tokio-tungstenite-devel on Fedora 36

In this tutorial we learn how to install rust-tokio-tungstenite-devel in Fedora 36. rust-tokio-tungstenite-devel is Tokio binding for Tungstenite

Introduction

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

What is rust-tokio-tungstenite-devel

Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation. This package contains library source intended for building other packages which use the “tokio-tungstenite” crate.

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

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

sudo dnf -y install rust-tokio-tungstenite-devel

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

sudo yum -y install rust-tokio-tungstenite-devel

How To Uninstall rust-tokio-tungstenite-devel on Fedora 36

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

sudo dnf remove rust-tokio-tungstenite-devel

rust-tokio-tungstenite-devel Package Contents on Fedora 36

/usr/share/cargo/registry/tokio-tungstenite-0.15.0
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/.cargo-checksum.json
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/CHANGELOG.md
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/Cargo.toml
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/LICENSE
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/README.md
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/autobahn
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/autobahn/expected-results.json
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/autobahn/fuzzingclient.json
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/autobahn/fuzzingserver.json
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/README.md
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/autobahn-client.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/autobahn-server.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/client.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/echo-server.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/interval-server.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/examples/server.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/rustfmt.toml
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/scripts
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/scripts/autobahn-client.sh
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/scripts/autobahn-server.sh
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/compat.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/connect.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/handshake.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/lib.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/stream.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/src/tls.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/tests
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/tests/communication.rs
/usr/share/cargo/registry/tokio-tungstenite-0.15.0/tests/handshakes.rs
/usr/share/doc/rust-tokio-tungstenite-devel
/usr/share/doc/rust-tokio-tungstenite-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-tungstenite-devel/README.md
/usr/share/licenses/rust-tokio-tungstenite-devel
/usr/share/licenses/rust-tokio-tungstenite-devel/LICENSE

References

Summary

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