How to Install and Uninstall gstreamer1.i686 Package on CentOS 8 / RHEL 8

Last updated: June 30,2024

1. Install "gstreamer1.i686" package

This guide let you learn how to install gstreamer1.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gstreamer1.i686

2. Uninstall "gstreamer1.i686" package

Please follow the instructions below to uninstall gstreamer1.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove gstreamer1.i686 $ sudo dnf autoremove

3. Information about the gstreamer1.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:53:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gstreamer1
Version : 1.16.1
Release : 2.el8
Architecture : i686
Size : 1.4 M
Source : gstreamer1-1.16.1-2.el8.src.rpm
Repository : appstream
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.