How To Install libodfgen.i686 on Amazon Linux 2
In this tutorial we learn how to install libodfgen.i686 in Amazon Linux 2. libodfgen.i686 is An ODF generator library
Introduction
In this tutorial we learn how to install libodfgen.i686
on Amazon Linux 2.
What is libodfgen.i686
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.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libodfgen.i686.
Install libodfgen.i686 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.i686
using yum
by running the following command:
sudo yum -y install libodfgen.i686
How To Uninstall libodfgen.i686 on Amazon Linux 2
To uninstall only the libodfgen.i686
package we can use the following command:
sudo yum remove libodfgen.i686
libodfgen.i686 Package Contents on Amazon Linux 2
/usr/lib/libodfgen-0.1.so.1
/usr/lib/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.i686
on Amazon Linux 2 using yum.