How To Install rust-jpeg-decoder-devel on Fedora 36

In this tutorial we learn how to install rust-jpeg-decoder-devel in Fedora 36. rust-jpeg-decoder-devel is JPEG decoder

Introduction

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

What is rust-jpeg-decoder-devel

JPEG decoder. This package contains library source intended for building other packages which use “jpeg-decoder” crate.

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

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

sudo dnf -y install rust-jpeg-decoder-devel

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

sudo yum -y install rust-jpeg-decoder-devel

How To Uninstall rust-jpeg-decoder-devel on Fedora 36

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

sudo dnf remove rust-jpeg-decoder-devel

rust-jpeg-decoder-devel Package Contents on Fedora 36

/usr/share/cargo/registry/jpeg-decoder-0.1.22
/usr/share/cargo/registry/jpeg-decoder-0.1.22/.cargo-checksum.json
/usr/share/cargo/registry/jpeg-decoder-0.1.22/CHANGELOG.md
/usr/share/cargo/registry/jpeg-decoder-0.1.22/Cargo.toml
/usr/share/cargo/registry/jpeg-decoder-0.1.22/LICENSE-APACHE
/usr/share/cargo/registry/jpeg-decoder-0.1.22/LICENSE-MIT
/usr/share/cargo/registry/jpeg-decoder-0.1.22/README.md
/usr/share/cargo/registry/jpeg-decoder-0.1.22/appveyor.yml
/usr/share/cargo/registry/jpeg-decoder-0.1.22/benches
/usr/share/cargo/registry/jpeg-decoder-0.1.22/benches/decoding_benchmark.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/benches/tower.jpg
/usr/share/cargo/registry/jpeg-decoder-0.1.22/benches/tower_grayscale.jpg
/usr/share/cargo/registry/jpeg-decoder-0.1.22/benches/tower_progressive.jpg
/usr/share/cargo/registry/jpeg-decoder-0.1.22/examples
/usr/share/cargo/registry/jpeg-decoder-0.1.22/examples/decode.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/decoder.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/error.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/huffman.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/idct.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/lib.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/marker.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/parser.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/upsampler.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/worker
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/worker/immediate.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/worker/mod.rs
/usr/share/cargo/registry/jpeg-decoder-0.1.22/src/worker/multithreaded.rs
/usr/share/doc/rust-jpeg-decoder-devel
/usr/share/doc/rust-jpeg-decoder-devel/CHANGELOG.md
/usr/share/doc/rust-jpeg-decoder-devel/README.md
/usr/share/licenses/rust-jpeg-decoder-devel
/usr/share/licenses/rust-jpeg-decoder-devel/LICENSE-APACHE
/usr/share/licenses/rust-jpeg-decoder-devel/LICENSE-MIT

References

Summary

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