How To Install libodfgen.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libodfgen.x86_64 in Amazon Linux 2. libodfgen.x86_64 is An ODF generator library
Introduction
In this tutorial we learn how to install libodfgen.x86_64 on Amazon Linux 2.
What is libodfgen.x86_64
libodfgen is a library for generating ODF documents. It is directly pluggable into input filters based on librevenge. It is used in libreoffice or calligra, for example.
We can use yum to install libodfgen.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libodfgen.x86_64.
Install libodfgen.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 libodfgen.x86_64 using yum by running the following command:
sudo yum -y install libodfgen.x86_64
How To Uninstall libodfgen.x86_64 on Amazon Linux 2
To uninstall only the libodfgen.x86_64 package we can use the following command:
sudo yum remove libodfgen.x86_64
libodfgen.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libodfgen-0.1.so.1
/usr/lib64/libodfgen-0.1.so.1.0.4
/usr/share/doc/libodfgen-0.1.4
/usr/share/doc/libodfgen-0.1.4/COPYING.LGPL
/usr/share/doc/libodfgen-0.1.4/COPYING.MPL
/usr/share/doc/libodfgen-0.1.4/NEWS
/usr/share/doc/libodfgen-0.1.4/README
References
Summary
In this tutorial we learn how to install libodfgen.x86_64 on Amazon Linux 2 using yum.