How To Install ufraw on Fedora 36
In this tutorial we learn how to install ufraw in Fedora 36. ufraw is Raw image data retrieval tool for digital cameras
Introduction
In this tutorial we learn how to install ufraw on Fedora 36.
What is ufraw
UFRaw is a tool for opening raw format images of digital cameras.
We can use yum or dnf to install ufraw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ufraw.
Install ufraw 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 ufraw using dnf by running the following command:
sudo dnf -y install ufraw
Install ufraw 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 ufraw using yum by running the following command:
sudo yum -y install ufraw
How To Uninstall ufraw on Fedora 36
To uninstall only the ufraw package we can use the following command:
sudo dnf remove ufraw
ufraw Package Contents on Fedora 36
/usr/bin/nikon-curve
/usr/bin/ufraw
/usr/bin/ufraw-batch
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/5018fa734863d69688443b4da1ea711a6be350
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/9073b5afe408740356a5057c5fd674316c3b17
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/19ea68f9d2a092df9d0525502bcf4abf7c3f88
/usr/share/appdata/ufraw.appdata.xml
/usr/share/applications/ufraw.desktop
/usr/share/man/man1/ufraw-batch.1.gz
/usr/share/man/man1/ufraw.1.gz
/usr/share/pixmaps/ufraw.png
References
Summary
In this tutorial we learn how to install ufraw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).