How To Install immix on Fedora 36

In this tutorial we learn how to install immix in Fedora 36. immix is An image mixer

Introduction

In this tutorial we learn how to install immix on Fedora 36.

What is immix

Immix alignes and averages a set of similar images, thereby decreasing the numerical noise. It is especially useful with digital cameras images shot in a low light environment can be combined to get a single less noisy, low-ISO-like image, without the blur typically associated with low-ISO (motion during exposure) or noise reduction algorithms.

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

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

sudo dnf -y install immix

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

sudo yum -y install immix

How To Uninstall immix on Fedora 36

To uninstall only the immix package we can use the following command:

sudo dnf remove immix

immix Package Contents on Fedora 36

/usr/bin/immix
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/bf3611e0d9cf58ba36c589ffb8822f78d87291
/usr/share/applications/immix.desktop
/usr/share/doc/immix
/usr/share/doc/immix/COPYING
/usr/share/pixmaps/immix.svg

References

Summary

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