How To Install LibRaw on Fedora 36
Introduction
In this tutorial we learn how to install LibRaw
on Fedora 36.
What is LibRaw
LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future.
We can use yum
or dnf
to install LibRaw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install LibRaw.
Install LibRaw 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 LibRaw
using dnf
by running the following command:
sudo dnf -y install LibRaw
Install LibRaw 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 LibRaw
using yum
by running the following command:
sudo yum -y install LibRaw
How To Uninstall LibRaw on Fedora 36
To uninstall only the LibRaw
package we can use the following command:
sudo dnf remove LibRaw
LibRaw Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/00ea2b94cad03780d7d1f56222908fb6fa7321
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/8329f8d4e374ef8e9bdcf82a9da2fac519a523
/usr/lib/libraw.so.20
/usr/lib/libraw.so.20.0.0
/usr/lib/libraw_r.so.20
/usr/lib/libraw_r.so.20.0.0
/usr/share/doc/LibRaw
/usr/share/doc/LibRaw/Changelog.txt
/usr/share/licenses/LibRaw
/usr/share/licenses/LibRaw/COPYRIGHT
/usr/share/licenses/LibRaw/LICENSE.CDDL
/usr/share/licenses/LibRaw/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install LibRaw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install LibRaw on Fedora 36” linkTitle: “LibRaw” type: “docs” description: “In this tutorial we learn how to install LibRaw in Fedora 36. LibRaw is Library for reading RAW files obtained from digital photo cameras” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/LibRaw-featured.png
Introduction
In this tutorial we learn how to install LibRaw
on Fedora 36.
What is LibRaw
LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future.
We can use yum
or dnf
to install LibRaw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install LibRaw.
Install LibRaw 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 LibRaw
using dnf
by running the following command:
sudo dnf -y install LibRaw
Install LibRaw 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 LibRaw
using yum
by running the following command:
sudo yum -y install LibRaw
How To Uninstall LibRaw on Fedora 36
To uninstall only the LibRaw
package we can use the following command:
sudo dnf remove LibRaw
LibRaw Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/617ac7272d5f148d6fac71d2ffde43ce8dfea9
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/97269120f7ff0744a2703c06165018ddeecabc
/usr/lib64/libraw.so.20
/usr/lib64/libraw.so.20.0.0
/usr/lib64/libraw_r.so.20
/usr/lib64/libraw_r.so.20.0.0
/usr/share/doc/LibRaw
/usr/share/doc/LibRaw/Changelog.txt
/usr/share/licenses/LibRaw
/usr/share/licenses/LibRaw/COPYRIGHT
/usr/share/licenses/LibRaw/LICENSE.CDDL
/usr/share/licenses/LibRaw/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install LibRaw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).