How To Install rust-qrcode-devel on Fedora 36

In this tutorial we learn how to install rust-qrcode-devel in Fedora 36. rust-qrcode-devel is QR code encoder in Rust

Introduction

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

What is rust-qrcode-devel

QR code encoder in Rust. This package contains library source intended for building other packages which use “qrcode” crate.

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

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

sudo dnf -y install rust-qrcode-devel

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

sudo yum -y install rust-qrcode-devel

How To Uninstall rust-qrcode-devel on Fedora 36

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

sudo dnf remove rust-qrcode-devel

rust-qrcode-devel Package Contents on Fedora 36

/usr/share/cargo/registry/qrcode-0.12.0
/usr/share/cargo/registry/qrcode-0.12.0/.cargo-checksum.json
/usr/share/cargo/registry/qrcode-0.12.0/Cargo.toml
/usr/share/cargo/registry/qrcode-0.12.0/LICENSE-APACHE.txt
/usr/share/cargo/registry/qrcode-0.12.0/LICENSE-MIT.txt
/usr/share/cargo/registry/qrcode-0.12.0/README.md
/usr/share/cargo/registry/qrcode-0.12.0/examples
/usr/share/cargo/registry/qrcode-0.12.0/examples/encode_image.rs
/usr/share/cargo/registry/qrcode-0.12.0/examples/encode_string.rs
/usr/share/cargo/registry/qrcode-0.12.0/examples/encode_svg.rs
/usr/share/cargo/registry/qrcode-0.12.0/rustfmt.toml
/usr/share/cargo/registry/qrcode-0.12.0/src
/usr/share/cargo/registry/qrcode-0.12.0/src/bin
/usr/share/cargo/registry/qrcode-0.12.0/src/bin/qrencode.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/bits.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/canvas.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/cast.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/ec.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/lib.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/optimize.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/render
/usr/share/cargo/registry/qrcode-0.12.0/src/render/image.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/render/mod.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/render/string.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/render/svg.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/render/unicode.rs
/usr/share/cargo/registry/qrcode-0.12.0/src/test_annex_i_micro_qr_as_image.png
/usr/share/cargo/registry/qrcode-0.12.0/src/test_annex_i_micro_qr_as_svg.svg
/usr/share/cargo/registry/qrcode-0.12.0/src/test_annex_i_qr_as_image.png
/usr/share/cargo/registry/qrcode-0.12.0/src/test_annex_i_qr_as_svg.svg
/usr/share/cargo/registry/qrcode-0.12.0/src/types.rs
/usr/share/doc/rust-qrcode-devel
/usr/share/doc/rust-qrcode-devel/README.md
/usr/share/licenses/rust-qrcode-devel
/usr/share/licenses/rust-qrcode-devel/LICENSE-APACHE.txt
/usr/share/licenses/rust-qrcode-devel/LICENSE-MIT.txt

References

Summary

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