How To Install rust-sapp-linux-devel on Fedora 36

In this tutorial we learn how to install rust-sapp-linux-devel in Fedora 36. rust-sapp-linux-devel is Part of miniquad rendering library

Introduction

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

What is rust-sapp-linux-devel

Part of miniquad rendering library. Originally this was a sokol-app C code transpiled to rust with c2rust and partially rewritten to more idiomatic rust. This package contains library source intended for building other packages which use the “sapp-linux” crate.

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

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

sudo dnf -y install rust-sapp-linux-devel

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

sudo yum -y install rust-sapp-linux-devel

How To Uninstall rust-sapp-linux-devel on Fedora 36

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

sudo dnf remove rust-sapp-linux-devel

rust-sapp-linux-devel Package Contents on Fedora 36

/usr/share/cargo/registry/sapp-linux-0.1.14
/usr/share/cargo/registry/sapp-linux-0.1.14/.cargo-checksum.json
/usr/share/cargo/registry/sapp-linux-0.1.14/Cargo.toml
/usr/share/cargo/registry/sapp-linux-0.1.14/LICENSE-APACHE
/usr/share/cargo/registry/sapp-linux-0.1.14/LICENSE-MIT
/usr/share/cargo/registry/sapp-linux-0.1.14/README.md
/usr/share/cargo/registry/sapp-linux-0.1.14/build.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src
/usr/share/cargo/registry/sapp-linux-0.1.14/src/clipboard.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/gl.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/lib.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/rand.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/x.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/x_cursor.rs
/usr/share/cargo/registry/sapp-linux-0.1.14/src/xi_input.rs

References

Summary

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