How To Install numactl-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install numactl-devel.x86_64 in Amazon Linux 2. numactl-devel.x86_64 is Development package for building Applications that use numa
Introduction
In this tutorial we learn how to install numactl-devel.x86_64 on Amazon Linux 2.
What is numactl-devel.x86_64
Provides development headers for numa library calls
We can use yum to install numactl-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 numactl-devel.x86_64.
Install numactl-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 numactl-devel.x86_64 using yum by running the following command:
sudo yum -y install numactl-devel.x86_64
How To Uninstall numactl-devel.x86_64 on Amazon Linux 2
To uninstall only the numactl-devel.x86_64 package we can use the following command:
sudo yum remove numactl-devel.x86_64
numactl-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/numa.h
/usr/include/numacompat1.h
/usr/include/numaif.h
/usr/lib64/libnuma.so
/usr/share/man/man3/numa.3.gz
References
Summary
In this tutorial we learn how to install numactl-devel.x86_64 on Amazon Linux 2 using yum.