How To Install libopenraw on Fedora 36
Introduction
In this tutorial we learn how to install libopenraw
on Fedora 36.
What is libopenraw
libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application.
We can use yum
or dnf
to install libopenraw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopenraw.
Install libopenraw 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 libopenraw
using dnf
by running the following command:
sudo dnf -y install libopenraw
Install libopenraw 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 libopenraw
using yum
by running the following command:
sudo yum -y install libopenraw
How To Uninstall libopenraw on Fedora 36
To uninstall only the libopenraw
package we can use the following command:
sudo dnf remove libopenraw
libopenraw Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/ba80b8a8c039fe7ffbe73414b746cacfa58179
/usr/lib/libopenraw.so.7
/usr/lib/libopenraw.so.7.0.3
/usr/share/doc/libopenraw
/usr/share/doc/libopenraw/AUTHORS
/usr/share/doc/libopenraw/ChangeLog
/usr/share/doc/libopenraw/NEWS
/usr/share/doc/libopenraw/README
/usr/share/doc/libopenraw/TODO
/usr/share/licenses/libopenraw
/usr/share/licenses/libopenraw/COPYING
References
Summary
In this tutorial we learn how to install libopenraw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libopenraw on Fedora 36” linkTitle: “libopenraw” type: “docs” description: “In this tutorial we learn how to install libopenraw in Fedora 36. libopenraw is Decode camera RAW files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libopenraw-featured.png
Introduction
In this tutorial we learn how to install libopenraw
on Fedora 36.
What is libopenraw
libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application.
We can use yum
or dnf
to install libopenraw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopenraw.
Install libopenraw 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 libopenraw
using dnf
by running the following command:
sudo dnf -y install libopenraw
Install libopenraw 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 libopenraw
using yum
by running the following command:
sudo yum -y install libopenraw
How To Uninstall libopenraw on Fedora 36
To uninstall only the libopenraw
package we can use the following command:
sudo dnf remove libopenraw
libopenraw Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/98ee01f18fcbf7b507c2b74116881fad4c1901
/usr/lib64/libopenraw.so.7
/usr/lib64/libopenraw.so.7.0.3
/usr/share/doc/libopenraw
/usr/share/doc/libopenraw/AUTHORS
/usr/share/doc/libopenraw/ChangeLog
/usr/share/doc/libopenraw/NEWS
/usr/share/doc/libopenraw/README
/usr/share/doc/libopenraw/TODO
/usr/share/licenses/libopenraw
/usr/share/licenses/libopenraw/COPYING
References
Summary
In this tutorial we learn how to install libopenraw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).