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

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

Introduction

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

What is libfastjson-devel.x86_64

This package contains libraries and header files for developing applications that use libfastjson.

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

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

sudo yum -y install libfastjson-devel.x86_64

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

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

sudo yum remove libfastjson-devel.x86_64

libfastjson-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libfastjson
/usr/include/libfastjson/atomic.h
/usr/include/libfastjson/json.h
/usr/include/libfastjson/json_object.h
/usr/include/libfastjson/json_object_iterator.h
/usr/include/libfastjson/json_object_private.h
/usr/include/libfastjson/json_tokener.h
/usr/include/libfastjson/json_util.h
/usr/lib64/libfastjson.so
/usr/lib64/pkgconfig/libfastjson.pc

References

Summary

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