How To Install gstreamermm on Fedora 34

gstreamermm is C++ wrapper for GStreamer library C++ wrapper for GStreamer library

Introduction

In this tutorial we learn how to install gstreamermm on Fedora 34.

What is gstreamermm

GStreamermm is a C++ wrapper library for the multimedia library GStreamer (http C++ development of applications that work with multi-media. gstreamermm 1.10.0 9.fc34 x86_64 522 k gstreamermm-1.10.0-9.fc34.src.rpm fedora C++ wrapper for GStreamer library http LGPLv2+ GStreamermm is a C++ wrapper library for the multimedia library GStreamer (http C++ development of applications that work with multi-media.

We can use yum or dnf to install gstreamermm on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gstreamermm.

Install gstreamermm on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gstreamermm using dnf by running the following command:

sudo dnf -y install gstreamermm

Install gstreamermm on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gstreamermm using yum by running the following command:

sudo yum -y install gstreamermm

How To Uninstall gstreamermm on Fedora 34

To uninstall only the gstreamermm package we can use the following command:

sudo dnf remove gstreamermm

gstreamermm Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/92c18ca1d4b7eb7b2947b750af1d5c96dce531
/usr/lib/libgstreamermm-1.0.so.1
/usr/lib/libgstreamermm-1.0.so.1.0.0
/usr/share/doc/gstreamermm
/usr/share/doc/gstreamermm/AUTHORS
/usr/share/doc/gstreamermm/ChangeLog
/usr/share/doc/gstreamermm/NEWS
/usr/share/doc/gstreamermm/README
/usr/share/licenses/gstreamermm
/usr/share/licenses/gstreamermm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/cd9b7b80aa46ae7a1ca7d1ffee2bcd8dc3880e
/usr/lib64/libgstreamermm-1.0.so.1
/usr/lib64/libgstreamermm-1.0.so.1.0.0
/usr/share/doc/gstreamermm
/usr/share/doc/gstreamermm/AUTHORS
/usr/share/doc/gstreamermm/ChangeLog
/usr/share/doc/gstreamermm/NEWS
/usr/share/doc/gstreamermm/README
/usr/share/licenses/gstreamermm
/usr/share/licenses/gstreamermm/COPYING

References

Summary

In this tutorial we learn how to install gstreamermm on Fedora 34 using yum and dnf.