How To Install gnome-python2-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gnome-python2-devel.x86_64 in Amazon Linux 2. gnome-python2-devel.x86_64 is Development files for building add-on libraries

Introduction

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

What is gnome-python2-devel.x86_64

This package contains files required to build wrappers for GNOME add-on libraries so that they interoperate with gnome-python2.

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

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

sudo yum -y install gnome-python2-devel.x86_64

How To Uninstall gnome-python2-devel.x86_64 on Amazon Linux 2

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

sudo yum remove gnome-python2-devel.x86_64

gnome-python2-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gnome-python-2.0
/usr/include/gnome-python-2.0/pygnomevfs.h
/usr/include/gnome-python-2.0/pygnomevfsbonobo.h
/usr/lib64/pkgconfig/gnome-python-2.0.pc

References

Summary

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