How To Install libspiro-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libspiro-devel.x86_64 in Amazon Linux 2. libspiro-devel.x86_64 is Development files for libspiro
Introduction
In this tutorial we learn how to install libspiro-devel.x86_64 on Amazon Linux 2.
What is libspiro-devel.x86_64
The libspiro-devel package contains libraries and header files for developing applications that use libspiro.
We can use yum to install libspiro-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 libspiro-devel.x86_64.
Install libspiro-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 libspiro-devel.x86_64 using yum by running the following command:
sudo yum -y install libspiro-devel.x86_64
How To Uninstall libspiro-devel.x86_64 on Amazon Linux 2
To uninstall only the libspiro-devel.x86_64 package we can use the following command:
sudo yum remove libspiro-devel.x86_64
libspiro-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/bezctx.h
/usr/include/bezctx_intf.h
/usr/include/spiro.h
/usr/include/spiroentrypoints.h
/usr/lib64/libspiro.so
References
Summary
In this tutorial we learn how to install libspiro-devel.x86_64 on Amazon Linux 2 using yum.