How To Install rust-oxipng-devel on Fedora 36

In this tutorial we learn how to install rust-oxipng-devel in Fedora 36. rust-oxipng-devel is Lossless PNG compression optimizer

Introduction

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

What is rust-oxipng-devel

Lossless PNG compression optimizer. This package contains library source intended for building other packages which use “oxipng” crate.

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

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

sudo dnf -y install rust-oxipng-devel

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

sudo yum -y install rust-oxipng-devel

How To Uninstall rust-oxipng-devel on Fedora 36

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

sudo dnf remove rust-oxipng-devel

rust-oxipng-devel Package Contents on Fedora 36

/usr/share/cargo/registry/oxipng-5.0.1
/usr/share/cargo/registry/oxipng-5.0.1/.cargo-checksum.json
/usr/share/cargo/registry/oxipng-5.0.1/CHANGELOG.md
/usr/share/cargo/registry/oxipng-5.0.1/Cargo.toml
/usr/share/cargo/registry/oxipng-5.0.1/LICENSE
/usr/share/cargo/registry/oxipng-5.0.1/README.md
/usr/share/cargo/registry/oxipng-5.0.1/README.template.md
/usr/share/cargo/registry/oxipng-5.0.1/benches
/usr/share/cargo/registry/oxipng-5.0.1/benches/deflate.rs
/usr/share/cargo/registry/oxipng-5.0.1/benches/filters.rs
/usr/share/cargo/registry/oxipng-5.0.1/benches/interlacing.rs
/usr/share/cargo/registry/oxipng-5.0.1/benches/libdeflater.rs
/usr/share/cargo/registry/oxipng-5.0.1/benches/reductions.rs
/usr/share/cargo/registry/oxipng-5.0.1/benches/zopfli.rs
/usr/share/cargo/registry/oxipng-5.0.1/build.rs
/usr/share/cargo/registry/oxipng-5.0.1/index.html
/usr/share/cargo/registry/oxipng-5.0.1/package-lock.json
/usr/share/cargo/registry/oxipng-5.0.1/package.json
/usr/share/cargo/registry/oxipng-5.0.1/scripts
/usr/share/cargo/registry/oxipng-5.0.1/scripts/compare.sh
/usr/share/cargo/registry/oxipng-5.0.1/src
/usr/share/cargo/registry/oxipng-5.0.1/src/atomicmin.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/colors.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/deflate
/usr/share/cargo/registry/oxipng-5.0.1/src/deflate/cfzlib.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/deflate/deflater.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/deflate/miniz_stream.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/deflate/mod.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/error.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/evaluate.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/filters.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/headers.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/interlace.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/lib.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/main.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/png
/usr/share/cargo/registry/oxipng-5.0.1/src/png/mod.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/png/scan_lines.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/rayon.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/reduction
/usr/share/cargo/registry/oxipng-5.0.1/src/reduction/alpha.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/reduction/bit_depth.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/reduction/color.rs
/usr/share/cargo/registry/oxipng-5.0.1/src/reduction/mod.rs
/usr/share/doc/rust-oxipng-devel
/usr/share/doc/rust-oxipng-devel/CHANGELOG.md
/usr/share/doc/rust-oxipng-devel/README.md
/usr/share/doc/rust-oxipng-devel/README.template.md
/usr/share/licenses/rust-oxipng-devel
/usr/share/licenses/rust-oxipng-devel/LICENSE

References

Summary

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