How To Install rust-wayland-server-devel on Fedora 36

In this tutorial we learn how to install rust-wayland-server-devel in Fedora 36. rust-wayland-server-devel is Bindings to the standard C implementation of the wayland protocol, server side

Introduction

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

What is rust-wayland-server-devel

Bindings to the standard C implementation of the wayland protocol, server side. This package contains library source intended for building other packages which use the “wayland-server” crate.

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

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

sudo dnf -y install rust-wayland-server-devel

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

sudo yum -y install rust-wayland-server-devel

How To Uninstall rust-wayland-server-devel on Fedora 36

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

sudo dnf remove rust-wayland-server-devel

rust-wayland-server-devel Package Contents on Fedora 36

/usr/share/cargo/registry/wayland-server-0.29.4
/usr/share/cargo/registry/wayland-server-0.29.4/.cargo-checksum.json
/usr/share/cargo/registry/wayland-server-0.29.4/Cargo.toml
/usr/share/cargo/registry/wayland-server-0.29.4/LICENSE.txt
/usr/share/cargo/registry/wayland-server-0.29.4/README.md
/usr/share/cargo/registry/wayland-server-0.29.4/build.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src
/usr/share/cargo/registry/wayland-server-0.29.4/src/client.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/display.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/globals.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/lib.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib/client.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib/display.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib/globals.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib/mod.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/native_lib/resource.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/resource.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/clients.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/display.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/event_loop_glue.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/globals.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/mod.rs
/usr/share/cargo/registry/wayland-server-0.29.4/src/rust_imp/resources.rs
/usr/share/cargo/registry/wayland-server-0.29.4/wayland.xml

References

Summary

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