How to Install and Uninstall gom.src Package on Oracle Linux 8

Last updated: May 06,2024

1. Install "gom.src" package

Learn how to install gom.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gom.src

2. Uninstall "gom.src" package

This is a short guide on how to uninstall gom.src on Oracle Linux 8:

$ sudo dnf remove gom.src $ sudo dnf autoremove

3. Information about the gom.src package on Oracle Linux 8

Last metadata expiration check: 4:46:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gom
Version : 0.4
Release : 1.el8
Architecture : src
Size : 111 k
Source : None
Repository : ol8_appstream
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.