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

In this tutorial we learn how to install orc-devel.x86_64 in Amazon Linux 2. orc-devel.x86_64 is Development files and libraries for Orc

Introduction

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

What is orc-devel.x86_64

This package contains the files needed to build packages that depend on orc.

We can use yum to install orc-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 orc-devel.x86_64.

Install orc-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 orc-devel.x86_64 using yum by running the following command:

sudo yum -y install orc-devel.x86_64

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

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

sudo yum remove orc-devel.x86_64

orc-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/orc-0.4
/usr/include/orc-0.4/orc
/usr/include/orc-0.4/orc-test
/usr/include/orc-0.4/orc-test/orcarray.h
/usr/include/orc-0.4/orc-test/orcprofile.h
/usr/include/orc-0.4/orc-test/orcrandom.h
/usr/include/orc-0.4/orc-test/orctest.h
/usr/include/orc-0.4/orc/orc-stdint.h
/usr/include/orc-0.4/orc/orc.h
/usr/include/orc-0.4/orc/orcarm.h
/usr/include/orc-0.4/orc/orcbytecode.h
/usr/include/orc-0.4/orc/orcbytecodes.h
/usr/include/orc-0.4/orc/orccode.h
/usr/include/orc-0.4/orc/orccompiler.h
/usr/include/orc-0.4/orc/orcconstant.h
/usr/include/orc-0.4/orc/orccpu.h
/usr/include/orc-0.4/orc/orccpuinsn.h
/usr/include/orc-0.4/orc/orcdebug.h
/usr/include/orc-0.4/orc/orcemulateopcodes.h
/usr/include/orc-0.4/orc/orcexecutor.h
/usr/include/orc-0.4/orc/orcfunctions.h
/usr/include/orc-0.4/orc/orcinstruction.h
/usr/include/orc-0.4/orc/orcinternal.h
/usr/include/orc-0.4/orc/orclimits.h
/usr/include/orc-0.4/orc/orcmips.h
/usr/include/orc-0.4/orc/orcmmx.h
/usr/include/orc-0.4/orc/orcneon.h
/usr/include/orc-0.4/orc/orconce.h
/usr/include/orc-0.4/orc/orcopcode.h
/usr/include/orc-0.4/orc/orcparse.h
/usr/include/orc-0.4/orc/orcpowerpc.h
/usr/include/orc-0.4/orc/orcprogram.h
/usr/include/orc-0.4/orc/orcrule.h
/usr/include/orc-0.4/orc/orcsse.h
/usr/include/orc-0.4/orc/orctarget.h
/usr/include/orc-0.4/orc/orcutils.h
/usr/include/orc-0.4/orc/orcvariable.h
/usr/include/orc-0.4/orc/orcx86.h
/usr/include/orc-0.4/orc/orcx86insn.h
/usr/lib64/liborc-0.4.so
/usr/lib64/liborc-test-0.4.so
/usr/lib64/pkgconfig/orc-0.4.pc
/usr/share/aclocal/orc.m4
/usr/share/doc/orc-devel-0.4.26
/usr/share/doc/orc-devel-0.4.26/example1.c
/usr/share/doc/orc-devel-0.4.26/example1orc.c
/usr/share/doc/orc-devel-0.4.26/example2.c
/usr/share/doc/orc-devel-0.4.26/example2orc.c
/usr/share/doc/orc-devel-0.4.26/example3.c
/usr/share/doc/orc-devel-0.4.26/example3orc.c
/usr/share/doc/orc-devel-0.4.26/mt19937ar.c
/usr/share/doc/orc-devel-0.4.26/mt19937arorc.c
/usr/share/doc/orc-devel-0.4.26/volscale.c

References

Summary

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