How To Install perl-GStreamer1 on Fedora 36

In this tutorial we learn how to install perl-GStreamer1 in Fedora 36. perl-GStreamer1 is Perl binding for GStreamer 1.x

Introduction

In this tutorial we learn how to install perl-GStreamer1 on Fedora 36.

What is perl-GStreamer1

GStreamer1 implements a framework that allows for processing and encoding of multimedia sources in a manner similar to a shell pipeline. This package provides the Perl language bindings.

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

Install perl-GStreamer1 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-GStreamer1

Install perl-GStreamer1 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-GStreamer1 using yum by running the following command:

sudo yum -y install perl-GStreamer1

How To Uninstall perl-GStreamer1 on Fedora 36

To uninstall only the perl-GStreamer1 package we can use the following command:

sudo dnf remove perl-GStreamer1

perl-GStreamer1 Package Contents on Fedora 36

/usr/share/doc/perl-GStreamer1
/usr/share/doc/perl-GStreamer1/CHANGELOG
/usr/share/doc/perl-GStreamer1/dist.ini
/usr/share/doc/perl-GStreamer1/examples
/usr/share/doc/perl-GStreamer1/examples/hello.pl
/usr/share/doc/perl-GStreamer1/examples/rpi_pic.pl
/usr/share/doc/perl-GStreamer1/examples/symdump.pl
/usr/share/man/man3/GStreamer1.3pm.gz
/usr/share/perl5/vendor_perl/GStreamer1
/usr/share/perl5/vendor_perl/GStreamer1.pm
/usr/share/perl5/vendor_perl/GStreamer1/Caps
/usr/share/perl5/vendor_perl/GStreamer1/Caps/Simple.pm

References

Summary

In this tutorial we learn how to install perl-GStreamer1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).