How to Install and Uninstall gstreamer1.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "gstreamer1.i686" package

Please follow the guidance below to install gstreamer1.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gstreamer1.i686

2. Uninstall "gstreamer1.i686" package

This is a short guide on how to uninstall gstreamer1.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove gstreamer1.i686 $ sudo dnf autoremove

3. Information about the gstreamer1.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:15 ago on Mon Feb 26 07:04:30 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 : ubi-9-appstream-rpms
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.