How To Install rust-gif-devel on Fedora 36

In this tutorial we learn how to install rust-gif-devel in Fedora 36. rust-gif-devel is GIF de- and encoder

Introduction

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

What is rust-gif-devel

GIF de- and encoder. This package contains library source intended for building other packages which use “gif” crate.

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

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

sudo dnf -y install rust-gif-devel

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

sudo yum -y install rust-gif-devel

How To Uninstall rust-gif-devel on Fedora 36

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

sudo dnf remove rust-gif-devel

rust-gif-devel Package Contents on Fedora 36

/usr/share/cargo/registry/gif-0.11.3
/usr/share/cargo/registry/gif-0.11.3/.cargo-checksum.json
/usr/share/cargo/registry/gif-0.11.3/Cargo.toml
/usr/share/cargo/registry/gif-0.11.3/Changes.md
/usr/share/cargo/registry/gif-0.11.3/LICENSE-APACHE
/usr/share/cargo/registry/gif-0.11.3/LICENSE-MIT
/usr/share/cargo/registry/gif-0.11.3/README.md
/usr/share/cargo/registry/gif-0.11.3/benches
/usr/share/cargo/registry/gif-0.11.3/benches/decode.rs
/usr/share/cargo/registry/gif-0.11.3/examples
/usr/share/cargo/registry/gif-0.11.3/examples/check.rs
/usr/share/cargo/registry/gif-0.11.3/examples/explode.rs
/usr/share/cargo/registry/gif-0.11.3/src
/usr/share/cargo/registry/gif-0.11.3/src/common.rs
/usr/share/cargo/registry/gif-0.11.3/src/encoder.rs
/usr/share/cargo/registry/gif-0.11.3/src/lib.rs
/usr/share/cargo/registry/gif-0.11.3/src/reader
/usr/share/cargo/registry/gif-0.11.3/src/reader/decoder.rs
/usr/share/cargo/registry/gif-0.11.3/src/reader/mod.rs
/usr/share/cargo/registry/gif-0.11.3/src/traits.rs
/usr/share/cargo/registry/gif-0.11.3/tests
/usr/share/cargo/registry/gif-0.11.3/tests/check_testimages.rs
/usr/share/cargo/registry/gif-0.11.3/tests/crashtest.rs
/usr/share/cargo/registry/gif-0.11.3/tests/decode.rs
/usr/share/cargo/registry/gif-0.11.3/tests/results.txt
/usr/share/cargo/registry/gif-0.11.3/tests/roundtrip.rs
/usr/share/doc/rust-gif-devel
/usr/share/doc/rust-gif-devel/Changes.md
/usr/share/doc/rust-gif-devel/README.md
/usr/share/licenses/rust-gif-devel
/usr/share/licenses/rust-gif-devel/LICENSE-APACHE
/usr/share/licenses/rust-gif-devel/LICENSE-MIT

References

Summary

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