How To Install gom-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gom-devel.x86_64 in Amazon Linux 2. gom-devel.x86_64 is Development files for gom

Introduction

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

What is gom-devel.x86_64

The gom-devel package contains libraries and header files for developing applications that use gom.

We can use yum to install gom-devel.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-devel.x86_64.

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

sudo yum -y install gom-devel.x86_64

How To Uninstall gom-devel.x86_64 on Amazon Linux 2

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

sudo yum remove gom-devel.x86_64

gom-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gom-1.0
/usr/include/gom-1.0/gom
/usr/include/gom-1.0/gom/gom-adapter.h
/usr/include/gom-1.0/gom/gom-autocleanups.h
/usr/include/gom-1.0/gom/gom-command-builder.h
/usr/include/gom-1.0/gom/gom-command.h
/usr/include/gom-1.0/gom/gom-cursor.h
/usr/include/gom-1.0/gom/gom-error.h
/usr/include/gom-1.0/gom/gom-filter.h
/usr/include/gom-1.0/gom/gom-repository.h
/usr/include/gom-1.0/gom/gom-resource-group.h
/usr/include/gom-1.0/gom/gom-resource.h
/usr/include/gom-1.0/gom/gom-sorting.h
/usr/include/gom-1.0/gom/gom.h
/usr/lib64/libgom-1.0.so
/usr/lib64/pkgconfig/gom-1.0.pc
/usr/share/gir-1.0/Gom-1.0.gir
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/gom
/usr/share/gtk-doc/html/gom/GomAdapter.html
/usr/share/gtk-doc/html/gom/GomCommand.html
/usr/share/gtk-doc/html/gom/GomCommandBuilder.html
/usr/share/gtk-doc/html/gom/GomCursor.html
/usr/share/gtk-doc/html/gom/GomFilter.html
/usr/share/gtk-doc/html/gom/GomRepository.html
/usr/share/gtk-doc/html/gom/GomResource.html
/usr/share/gtk-doc/html/gom/GomResourceGroup.html
/usr/share/gtk-doc/html/gom/GomSorting.html
/usr/share/gtk-doc/html/gom/annotation-glossary.html
/usr/share/gtk-doc/html/gom/api-index-full.html
/usr/share/gtk-doc/html/gom/ch01.html
/usr/share/gtk-doc/html/gom/deprecated-api-index.html
/usr/share/gtk-doc/html/gom/gom.devhelp2
/usr/share/gtk-doc/html/gom/home.png
/usr/share/gtk-doc/html/gom/index.html
/usr/share/gtk-doc/html/gom/index.sgml
/usr/share/gtk-doc/html/gom/left-insensitive.png
/usr/share/gtk-doc/html/gom/left.png
/usr/share/gtk-doc/html/gom/object-tree.html
/usr/share/gtk-doc/html/gom/right-insensitive.png
/usr/share/gtk-doc/html/gom/right.png
/usr/share/gtk-doc/html/gom/style.css
/usr/share/gtk-doc/html/gom/up-insensitive.png
/usr/share/gtk-doc/html/gom/up.png

References

Summary

In this tutorial we learn how to install gom-devel.x86_64 on Amazon Linux 2 using yum.