How To Install gom on Fedora 36

In this tutorial we learn how to install gom in Fedora 36. gom is GObject to SQLite object mapper library

Introduction

In this tutorial we learn how to install gom on Fedora 36.

What is gom

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 or dnf to install gom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gom.

Install gom on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gom using dnf by running the following command:

sudo dnf -y install gom

Install gom on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gom using yum by running the following command:

sudo yum -y install gom

How To Uninstall gom on Fedora 36

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

sudo dnf remove gom

gom Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/bb0b7da74f69936d3a7211561092f4119baaf1
/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/lib/python3.10/site-packages/gi
/usr/lib/python3.10/site-packages/gi/overrides
/usr/lib/python3.10/site-packages/gi/overrides/Gom.py
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__/Gom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gi/overrides/__pycache__/Gom.cpython-310.pyc
/usr/share/licenses/gom
/usr/share/licenses/gom/COPYING

References

Summary

In this tutorial we learn how to install gom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install gom on Fedora 36” linkTitle: “gom” type: “docs” description: “In this tutorial we learn how to install gom in Fedora 36. gom is GObject to SQLite object mapper library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gom-featured.png

Introduction

In this tutorial we learn how to install gom on Fedora 36.

What is gom

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 or dnf to install gom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gom.

Install gom on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gom using dnf by running the following command:

sudo dnf -y install gom

Install gom on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gom using yum by running the following command:

sudo yum -y install gom

How To Uninstall gom on Fedora 36

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

sudo dnf remove gom

gom Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/d659b8d973d56e962b033f588b97ee2330a976
/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/lib64/python3.10/site-packages/gi
/usr/lib64/python3.10/site-packages/gi/overrides
/usr/lib64/python3.10/site-packages/gi/overrides/Gom.py
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__/Gom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gi/overrides/__pycache__/Gom.cpython-310.pyc
/usr/share/licenses/gom
/usr/share/licenses/gom/COPYING

References

Summary

In this tutorial we learn how to install gom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).