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

In this tutorial we learn how to install mozjs17-devel.x86_64 in Amazon Linux 2. mozjs17-devel.x86_64 is Header files, libraries and development documentation for mozjs17

Introduction

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

What is mozjs17-devel.x86_64

This package contains the header files, static libraries and development documentation for mozjs17. If you like to develop programs using mozjs17, you will need to install mozjs17-devel.

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

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

sudo yum -y install mozjs17-devel.x86_64

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

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

sudo yum remove mozjs17-devel.x86_64

mozjs17-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/js-17.0
/usr/include/js-17.0/ds
/usr/include/js-17.0/ds/BitArray.h
/usr/include/js-17.0/gc
/usr/include/js-17.0/gc/Barrier.h
/usr/include/js-17.0/gc/Heap.h
/usr/include/js-17.0/gc/Root.h
/usr/include/js-17.0/gc/Statistics.h
/usr/include/js-17.0/gc/StoreBuffer.h
/usr/include/js-17.0/js
/usr/include/js-17.0/js-config.h
/usr/include/js-17.0/js.msg
/usr/include/js-17.0/js/HashTable.h
/usr/include/js-17.0/js/LegacyIntTypes.h
/usr/include/js-17.0/js/MemoryMetrics.h
/usr/include/js-17.0/js/RequiredDefines.h
/usr/include/js-17.0/js/TemplateLib.h
/usr/include/js-17.0/js/Utility.h
/usr/include/js-17.0/js/Vector.h
/usr/include/js-17.0/jsalloc.h
/usr/include/js-17.0/jsapi.h
/usr/include/js-17.0/jsatom.h
/usr/include/js-17.0/jsatom.tbl
/usr/include/js-17.0/jsclass.h
/usr/include/js-17.0/jsclist.h
/usr/include/js-17.0/jscpucfg.h
/usr/include/js-17.0/jsdbgapi.h
/usr/include/js-17.0/jsdhash.h
/usr/include/js-17.0/jsfriendapi.h
/usr/include/js-17.0/jsgc.h
/usr/include/js-17.0/jslock.h
/usr/include/js-17.0/json.h
/usr/include/js-17.0/jsperf.h
/usr/include/js-17.0/jsprf.h
/usr/include/js-17.0/jsproto.tbl
/usr/include/js-17.0/jsproxy.h
/usr/include/js-17.0/jsprvtd.h
/usr/include/js-17.0/jspubtd.h
/usr/include/js-17.0/jstypes.h
/usr/include/js-17.0/jsutil.h
/usr/include/js-17.0/jsval.h
/usr/include/js-17.0/jsversion.h
/usr/include/js-17.0/jswrapper.h
/usr/include/js-17.0/mozilla
/usr/include/js-17.0/mozilla/Assertions.h
/usr/include/js-17.0/mozilla/Attributes.h
/usr/include/js-17.0/mozilla/BloomFilter.h
/usr/include/js-17.0/mozilla/CheckedInt.h
/usr/include/js-17.0/mozilla/Constants.h
/usr/include/js-17.0/mozilla/FloatingPoint.h
/usr/include/js-17.0/mozilla/GuardObjects.h
/usr/include/js-17.0/mozilla/HashFunctions.h
/usr/include/js-17.0/mozilla/Likely.h
/usr/include/js-17.0/mozilla/LinkedList.h
/usr/include/js-17.0/mozilla/MSStdInt.h
/usr/include/js-17.0/mozilla/MathAlgorithms.h
/usr/include/js-17.0/mozilla/NullPtr.h
/usr/include/js-17.0/mozilla/RangedPtr.h
/usr/include/js-17.0/mozilla/RefPtr.h
/usr/include/js-17.0/mozilla/SHA1.h
/usr/include/js-17.0/mozilla/Scoped.h
/usr/include/js-17.0/mozilla/StandardInteger.h
/usr/include/js-17.0/mozilla/ThreadLocal.h
/usr/include/js-17.0/mozilla/TypeTraits.h
/usr/include/js-17.0/mozilla/Types.h
/usr/include/js-17.0/mozilla/Util.h
/usr/include/js-17.0/mozilla/WeakPtr.h
/usr/lib64/pkgconfig/mozjs-17.0.pc

References

Summary

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