How to Install and Uninstall gstreamer1.x86_64 Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "gstreamer1.x86_64" package

Here is a brief guide to show you how to install gstreamer1.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gstreamer1.x86_64

2. Uninstall "gstreamer1.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gstreamer1.x86_64 on Oracle Linux 8:

$ sudo dnf remove gstreamer1.x86_64 $ sudo dnf autoremove

3. Information about the gstreamer1.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:52:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gstreamer1
Version : 1.16.1
Release : 2.el8
Architecture : x86_64
Size : 1.3 M
Source : gstreamer1-1.16.1-2.el8.src.rpm
Repository : ol8_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.