How to Install and Uninstall gstreamer1.i686 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "gstreamer1.i686" package

Please follow the instructions below to install gstreamer1.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gstreamer1.i686

2. Uninstall "gstreamer1.i686" package

This guide let you learn how to uninstall gstreamer1.i686 on Amazon Linux 2:

$ sudo yum remove gstreamer1.i686 $ sudo yum autoremove

3. Information about the gstreamer1.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gstreamer1
Arch : i686
Version : 1.10.4
Release : 2.amzn2.0.2
Size : 1.2 M
Repo : amzn2-core/2/x86_64
Summary : GStreamer streaming media framework runtime
URL : http://gstreamer.freedesktop.org/
License : LGPLv2+
Description : GStreamer is a streaming media framework, based on graphs of
: filters which operate on media data. Applications using this
: library can do anything from real-time sound processing to playing
: videos, and just about anything else media-related. Its
: plugin-based architecture means that new data types or processing
: capabilities can be added simply by installing new plugins.