How To Install mingw64-LibRaw on Fedora 36
Introduction
In this tutorial we learn how to install mingw64-LibRaw
on Fedora 36.
What is mingw64-LibRaw
MinGW Windows LibRaw library.
We can use yum
or dnf
to install mingw64-LibRaw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-LibRaw.
Install mingw64-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 mingw64-LibRaw
using dnf
by running the following command:
sudo dnf -y install mingw64-LibRaw
Install mingw64-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 mingw64-LibRaw
using yum
by running the following command:
sudo yum -y install mingw64-LibRaw
How To Uninstall mingw64-LibRaw on Fedora 36
To uninstall only the mingw64-LibRaw
package we can use the following command:
sudo dnf remove mingw64-LibRaw
mingw64-LibRaw Package Contents on Fedora 36
/usr/share/licenses/mingw64-LibRaw
/usr/share/licenses/mingw64-LibRaw/COPYRIGHT
/usr/share/licenses/mingw64-LibRaw/LICENSE.CDDL
/usr/share/licenses/mingw64-LibRaw/LICENSE.LGPL
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libraw-20.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libraw_r-20.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_alloc.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_const.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_datastream.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_internal.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libraw/libraw_version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libraw.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libraw_r.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libraw.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libraw_r.pc
References
Summary
In this tutorial we learn how to install mingw64-LibRaw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).