How To Install gom.i686 on Amazon Linux 2
In this tutorial we learn how to install gom.i686 in Amazon Linux 2. gom.i686 is GObject to SQLite object mapper library
Introduction
In this tutorial we learn how to install gom.i686 on Amazon Linux 2.
What is gom.i686
Gom provides an object mapper from GObjects to SQLite. It helps you write applications that need to store structured data as well as make complex queries upon that data.
We can use yum to install gom.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gom.i686.
Install gom.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 gom.i686 using yum by running the following command:
sudo yum -y install gom.i686
How To Uninstall gom.i686 on Amazon Linux 2
To uninstall only the gom.i686 package we can use the following command:
sudo yum remove gom.i686
gom.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0/Gom-1.0.typelib
/usr/lib/libgom-1.0.so.0
/usr/lib/libgom-1.0.so.0.1.0
/usr/share/licenses/gom-0.3.2
/usr/share/licenses/gom-0.3.2/COPYING
/usr/share/locale/bs/LC_MESSAGES/gom.mo
/usr/share/locale/cs/LC_MESSAGES/gom.mo
/usr/share/locale/de/LC_MESSAGES/gom.mo
/usr/share/locale/el/LC_MESSAGES/gom.mo
/usr/share/locale/es/LC_MESSAGES/gom.mo
/usr/share/locale/hu/LC_MESSAGES/gom.mo
/usr/share/locale/id/LC_MESSAGES/gom.mo
/usr/share/locale/pl/LC_MESSAGES/gom.mo
/usr/share/locale/pt/LC_MESSAGES/gom.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gom.mo
/usr/share/locale/sl/LC_MESSAGES/gom.mo
/usr/share/locale/sr/LC_MESSAGES/gom.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gom.mo
References
Summary
In this tutorial we learn how to install gom.i686 on Amazon Linux 2 using yum.