How To Install darktable-tools-noise on Fedora 36
Introduction
In this tutorial we learn how to install darktable-tools-noise
on Fedora 36.
What is darktable-tools-noise
darktable is a virtual lighttable and darkroom for photographers your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them.
We can use yum
or dnf
to install darktable-tools-noise
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install darktable-tools-noise.
Install darktable-tools-noise 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 darktable-tools-noise
using dnf
by running the following command:
sudo dnf -y install darktable-tools-noise
Install darktable-tools-noise 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 darktable-tools-noise
using yum
by running the following command:
sudo yum -y install darktable-tools-noise
How To Uninstall darktable-tools-noise on Fedora 36
To uninstall only the darktable-tools-noise
package we can use the following command:
sudo dnf remove darktable-tools-noise
darktable-tools-noise Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6d/71a513318cff59e613ffc2fce2aa1746b5efb6
/usr/libexec/darktable
/usr/libexec/darktable/tools
/usr/libexec/darktable/tools/darktable-gen-noiseprofile
/usr/libexec/darktable/tools/darktable-noiseprofile
/usr/libexec/darktable/tools/profiling-shot.xmp
/usr/libexec/darktable/tools/subr.sh
References
Summary
In this tutorial we learn how to install darktable-tools-noise
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).