How To Install libblockdev-fs-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libblockdev-fs-devel.x86_64 on Amazon Linux 2.
What is libblockdev-fs-devel.x86_64
This package contains header files and pkg-config files needed for development with the libblockdev-fs plugin/library.
We can use yum to install libblockdev-fs-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 libblockdev-fs-devel.x86_64.
Install libblockdev-fs-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 libblockdev-fs-devel.x86_64 using yum by running the following command:
sudo yum -y install libblockdev-fs-devel.x86_64
How To Uninstall libblockdev-fs-devel.x86_64 on Amazon Linux 2
To uninstall only the libblockdev-fs-devel.x86_64 package we can use the following command:
sudo yum remove libblockdev-fs-devel.x86_64
libblockdev-fs-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/blockdev
/usr/include/blockdev/fs
/usr/include/blockdev/fs.h
/usr/include/blockdev/fs/ext.h
/usr/include/blockdev/fs/generic.h
/usr/include/blockdev/fs/mount.h
/usr/include/blockdev/fs/ntfs.h
/usr/include/blockdev/fs/vfat.h
/usr/include/blockdev/fs/xfs.h
/usr/lib64/libbd_fs.so
References
Summary
In this tutorial we learn how to install libblockdev-fs-devel.x86_64 on Amazon Linux 2 using yum.