How To Install librevenge.x86_64 on Amazon Linux 2
In this tutorial we learn how to install librevenge.x86_64 in Amazon Linux 2. librevenge.x86_64 is A base library for writing document import filters
Introduction
In this tutorial we learn how to install librevenge.x86_64 on Amazon Linux 2.
What is librevenge.x86_64
librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.
We can use yum to install librevenge.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install librevenge.x86_64.
Install librevenge.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 librevenge.x86_64 using yum by running the following command:
sudo yum -y install librevenge.x86_64
How To Uninstall librevenge.x86_64 on Amazon Linux 2
To uninstall only the librevenge.x86_64 package we can use the following command:
sudo yum remove librevenge.x86_64
librevenge.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/librevenge-0.0.so.0
/usr/lib64/librevenge-0.0.so.0.0.2
/usr/lib64/librevenge-generators-0.0.so.0
/usr/lib64/librevenge-generators-0.0.so.0.0.2
/usr/lib64/librevenge-stream-0.0.so.0
/usr/lib64/librevenge-stream-0.0.so.0.0.2
/usr/share/doc/librevenge-0.0.2
/usr/share/doc/librevenge-0.0.2/COPYING.LGPL
/usr/share/doc/librevenge-0.0.2/COPYING.MPL
/usr/share/doc/librevenge-0.0.2/NEWS
/usr/share/doc/librevenge-0.0.2/README
References
Summary
In this tutorial we learn how to install librevenge.x86_64 on Amazon Linux 2 using yum.