How To Install libwpd-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libwpd-devel.x86_64 in Amazon Linux 2. libwpd-devel.x86_64 is Files for developing with libwpd
Introduction
In this tutorial we learn how to install libwpd-devel.x86_64 on Amazon Linux 2.
What is libwpd-devel.x86_64
Includes and definitions for developing with libwpd.
We can use yum to install libwpd-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 libwpd-devel.x86_64.
Install libwpd-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 libwpd-devel.x86_64 using yum by running the following command:
sudo yum -y install libwpd-devel.x86_64
How To Uninstall libwpd-devel.x86_64 on Amazon Linux 2
To uninstall only the libwpd-devel.x86_64 package we can use the following command:
sudo yum remove libwpd-devel.x86_64
libwpd-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libwpd-0.10
/usr/include/libwpd-0.10/libwpd
/usr/include/libwpd-0.10/libwpd/WPDocument.h
/usr/include/libwpd-0.10/libwpd/libwpd.h
/usr/lib64/libwpd-0.10.so
/usr/lib64/pkgconfig/libwpd-0.10.pc
/usr/share/doc/libwpd-devel-0.10.0
/usr/share/doc/libwpd-devel-0.10.0/HACKING
/usr/share/doc/libwpd-devel-0.10.0/TODO
References
Summary
In this tutorial we learn how to install libwpd-devel.x86_64 on Amazon Linux 2 using yum.