How To Install libblkid-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libblkid-devel.x86_64 in Amazon Linux 2. libblkid-devel.x86_64 is Block device ID library
Introduction
In this tutorial we learn how to install libblkid-devel.x86_64 on Amazon Linux 2.
What is libblkid-devel.x86_64
This is the block device identification development library and headers, part of util-linux.
We can use yum to install libblkid-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 libblkid-devel.x86_64.
Install libblkid-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 libblkid-devel.x86_64 using yum by running the following command:
sudo yum -y install libblkid-devel.x86_64
How To Uninstall libblkid-devel.x86_64 on Amazon Linux 2
To uninstall only the libblkid-devel.x86_64 package we can use the following command:
sudo yum remove libblkid-devel.x86_64
libblkid-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/blkid
/usr/include/blkid/blkid.h
/usr/lib64/libblkid.so
/usr/lib64/pkgconfig/blkid.pc
/usr/share/doc/libblkid-devel-2.30.2
/usr/share/doc/libblkid-devel-2.30.2/COPYING
/usr/share/man/man3/libblkid.3.gz
References
Summary
In this tutorial we learn how to install libblkid-devel.x86_64 on Amazon Linux 2 using yum.