How To Install gom.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gom.x86_64 in Amazon Linux 2. gom.x86_64 is GObject to SQLite object mapper library

Introduction

In this tutorial we learn how to install gom.x86_64 on Amazon Linux 2.

What is gom.x86_64

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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gom.x86_64.

Install gom.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 gom.x86_64 using yum by running the following command:

sudo yum -y install gom.x86_64

How To Uninstall gom.x86_64 on Amazon Linux 2

To uninstall only the gom.x86_64 package we can use the following command:

sudo yum remove gom.x86_64

gom.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/Gom-1.0.typelib
/usr/lib64/libgom-1.0.so.0
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.