How to Install and Uninstall gstreamer1.i686 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "gstreamer1.i686" package

Please follow the guidance below to install gstreamer1.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install gstreamer1.i686

2. Uninstall "gstreamer1.i686" package

This guide covers the steps necessary to uninstall gstreamer1.i686 on CentOS Stream 9:

$ sudo dnf remove gstreamer1.i686 $ sudo dnf autoremove

3. Information about the gstreamer1.i686 package on CentOS Stream 9

Last metadata expiration check: 0:47:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gstreamer1
Version : 1.22.1
Release : 2.el9
Architecture : i686
Size : 1.5 M
Source : gstreamer1-1.22.1-2.el9.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.