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

In this tutorial we learn how to install libquadmath10-devel.x86_64 in Amazon Linux 2. libquadmath10-devel.x86_64 is GCC __float128 support

Introduction

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

What is libquadmath10-devel.x86_64

This package contains headers for building Fortran programs using REAL*16 and programs using __float128 math.

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

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

sudo yum -y install libquadmath10-devel.x86_64

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

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

sudo yum remove libquadmath10-devel.x86_64

libquadmath10-devel.x86_64 Package Contents on Amazon Linux 2

/usr/lib/gcc
/usr/lib/gcc/x86_64-redhat-linux
/usr/lib/gcc/x86_64-redhat-linux/10
/usr/lib/gcc/x86_64-redhat-linux/10/include
/usr/lib/gcc/x86_64-redhat-linux/10/include/quadmath.h
/usr/lib/gcc/x86_64-redhat-linux/10/include/quadmath_weak.h
/usr/lib/gcc/x86_64-redhat-linux/10/libquadmath.a
/usr/lib/gcc/x86_64-redhat-linux/10/libquadmath.so

References

Summary

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