How To Install libzstd-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libzstd-devel.x86_64 in Amazon Linux 2. libzstd-devel.x86_64 is Header files for Zstd library
Introduction
In this tutorial we learn how to install libzstd-devel.x86_64 on Amazon Linux 2.
What is libzstd-devel.x86_64
Header files for Zstd library.
We can use yum to install libzstd-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 libzstd-devel.x86_64.
Install libzstd-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 libzstd-devel.x86_64 using yum by running the following command:
sudo yum -y install libzstd-devel.x86_64
How To Uninstall libzstd-devel.x86_64 on Amazon Linux 2
To uninstall only the libzstd-devel.x86_64 package we can use the following command:
sudo yum remove libzstd-devel.x86_64
libzstd-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/zdict.h
/usr/include/zstd.h
/usr/include/zstd_errors.h
/usr/lib64/libzstd.so
/usr/lib64/pkgconfig/libzstd.pc
References
Summary
In this tutorial we learn how to install libzstd-devel.x86_64 on Amazon Linux 2 using yum.