How To Install gstreamer-python-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gstreamer-python-devel.x86_64 in Amazon Linux 2. gstreamer-python-devel.x86_64 is Headers for developing programs that will use gstreamer-python

Introduction

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

What is gstreamer-python-devel.x86_64

This package contains the static libraries and header files needed for developing gstreamer-python applications.

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

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

sudo yum -y install gstreamer-python-devel.x86_64

How To Uninstall gstreamer-python-devel.x86_64 on Amazon Linux 2

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

sudo yum remove gstreamer-python-devel.x86_64

gstreamer-python-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gstreamer-0.10/gst/pygst.h
/usr/include/gstreamer-0.10/gst/pygstexception.h
/usr/include/gstreamer-0.10/gst/pygstminiobject.h
/usr/include/gstreamer-0.10/gst/pygstvalue.h
/usr/lib64/pkgconfig/gst-python-0.10.pc
/usr/share/doc/gstreamer-python-devel-0.10.22
/usr/share/doc/gstreamer-python-devel-0.10.22/examples
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/audio-controller.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/audioconcat.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/bps.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/cp.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/debugslider.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/decodebin.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/f2f.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/filesrc.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/fvumeter.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/gstfile.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/maemogst.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/mixer.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/play.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/remuxer.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/sinkelement.py
/usr/share/doc/gstreamer-python-devel-0.10.22/examples/vumeter.py

References

Summary

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