How To Install LibRaw-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install LibRaw-devel.x86_64 in Amazon Linux 2. LibRaw-devel.x86_64 is LibRaw development libraries

Introduction

In this tutorial we learn how to install LibRaw-devel.x86_64 on Amazon Linux 2.

What is LibRaw-devel.x86_64

LibRaw development libraries. This package contains libraries that applications can use to build against LibRaw.

We can use yum to install LibRaw-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install LibRaw-devel.x86_64.

Install LibRaw-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install LibRaw-devel.x86_64 using yum by running the following command:

sudo yum -y install LibRaw-devel.x86_64

How To Uninstall LibRaw-devel.x86_64 on Amazon Linux 2

To uninstall only the LibRaw-devel.x86_64 package we can use the following command:

sudo yum remove LibRaw-devel.x86_64

LibRaw-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libraw
/usr/include/libraw/libraw.h
/usr/include/libraw/libraw_alloc.h
/usr/include/libraw/libraw_const.h
/usr/include/libraw/libraw_datastream.h
/usr/include/libraw/libraw_internal.h
/usr/include/libraw/libraw_types.h
/usr/include/libraw/libraw_version.h
/usr/lib64/libraw.so
/usr/lib64/libraw_r.so
/usr/lib64/pkgconfig/libraw.pc
/usr/lib64/pkgconfig/libraw_r.pc
/usr/share/doc/LibRaw-devel-0.14.8
/usr/share/doc/LibRaw-devel-0.14.8/manual
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-C-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-C-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-CXX-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-CXX-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-datastruct-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-datastruct-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-notes-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-notes-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-overview-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/API-overview-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Install-LibRaw-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Install-LibRaw-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Samples-LibRaw-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Samples-LibRaw-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Why-LibRaw-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/Why-LibRaw-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/index-eng.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/index-rus.html
/usr/share/doc/LibRaw-devel-0.14.8/manual/index.html
/usr/share/doc/LibRaw-devel-0.14.8/samples
/usr/share/doc/LibRaw-devel-0.14.8/samples/4channels.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/Makefile
/usr/share/doc/LibRaw-devel-0.14.8/samples/README-samples.rus
/usr/share/doc/LibRaw-devel-0.14.8/samples/dcraw_emu.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/dcraw_half.c
/usr/share/doc/LibRaw-devel-0.14.8/samples/half_mt.c
/usr/share/doc/LibRaw-devel-0.14.8/samples/half_mt_win32.c
/usr/share/doc/LibRaw-devel-0.14.8/samples/mem_image.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/multirender_test.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/postprocessing_benchmark.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/raw-identify.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/simple_dcraw.cpp
/usr/share/doc/LibRaw-devel-0.14.8/samples/unprocessed_raw.cpp

References

Summary

In this tutorial we learn how to install LibRaw-devel.x86_64 on Amazon Linux 2 using yum.