How to Install and Uninstall gom.x86_64 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "gom.x86_64" package

Please follow the guidance below to install gom.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gom.x86_64

2. Uninstall "gom.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gom.x86_64 on Amazon Linux 2:

$ sudo yum remove gom.x86_64 $ sudo yum autoremove

3. Information about the gom.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gom
Arch : x86_64
Version : 0.3.2
Release : 1.amzn2.0.2
Size : 71 k
Repo : amzn2-core/2/x86_64
Summary : GObject to SQLite object mapper library
URL : https://wiki.gnome.org/Projects/Gom
License : LGPLv2+
Description : 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.