How To Install libpsm2-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libpsm2-devel.x86_64 in Amazon Linux 2. libpsm2-devel.x86_64 is Development files for Intel PSM
Introduction
In this tutorial we learn how to install libpsm2-devel.x86_64 on Amazon Linux 2.
What is libpsm2-devel.x86_64
Development files for the libpsm2 library
We can use yum to install libpsm2-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 libpsm2-devel.x86_64.
Install libpsm2-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 libpsm2-devel.x86_64 using yum by running the following command:
sudo yum -y install libpsm2-devel.x86_64
How To Uninstall libpsm2-devel.x86_64 on Amazon Linux 2
To uninstall only the libpsm2-devel.x86_64 package we can use the following command:
sudo yum remove libpsm2-devel.x86_64
libpsm2-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/hfi1diag
/usr/include/hfi1diag/hfi1_deprecated.h
/usr/include/hfi1diag/linux-x86_64
/usr/include/hfi1diag/linux-x86_64/bit_ops.h
/usr/include/hfi1diag/linux-x86_64/sysdep.h
/usr/include/hfi1diag/opa_byteorder.h
/usr/include/hfi1diag/opa_common.h
/usr/include/hfi1diag/opa_debug.h
/usr/include/hfi1diag/opa_intf.h
/usr/include/hfi1diag/opa_revision.h
/usr/include/hfi1diag/opa_service.h
/usr/include/hfi1diag/opa_udebug.h
/usr/include/hfi1diag/opa_user.h
/usr/include/hfi1diag/psm2_mock_testing.h
/usr/include/hfi1diag/psmi_wrappers.h
/usr/include/hfi1diag/ptl_ips
/usr/include/hfi1diag/ptl_ips/ipserror.h
/usr/include/psm2.h
/usr/include/psm2_am.h
/usr/include/psm2_mq.h
/usr/lib64/libpsm2.so
References
Summary
In this tutorial we learn how to install libpsm2-devel.x86_64 on Amazon Linux 2 using yum.