How To Install gnonlin on Fedora 36

In this tutorial we learn how to install gnonlin in Fedora 36. gnonlin is GStreamer extension library for non-linear editing

Introduction

In this tutorial we learn how to install gnonlin on Fedora 36.

What is gnonlin

Gnonlin is a library built on top of GStreamer (http which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline.

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

Install gnonlin 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 gnonlin using dnf by running the following command:

sudo dnf -y install gnonlin

Install gnonlin 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 gnonlin using yum by running the following command:

sudo yum -y install gnonlin

How To Uninstall gnonlin on Fedora 36

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

sudo dnf remove gnonlin

gnonlin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/f875d789bcdbceeda229c15e02e5b6eb76397a
/usr/lib/gstreamer-1.0/libgnl.so
/usr/share/doc/gnonlin
/usr/share/doc/gnonlin/AUTHORS
/usr/share/doc/gnonlin/COPYING.LIB
/usr/share/doc/gnonlin/README

References

Summary

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


title: “How To Install gnonlin on Fedora 36” linkTitle: “gnonlin” type: “docs” description: “In this tutorial we learn how to install gnonlin in Fedora 36. gnonlin is GStreamer extension library for non-linear editing” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gnonlin-featured.png

Introduction

In this tutorial we learn how to install gnonlin on Fedora 36.

What is gnonlin

Gnonlin is a library built on top of GStreamer (http which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline.

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

Install gnonlin 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 gnonlin using dnf by running the following command:

sudo dnf -y install gnonlin

Install gnonlin 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 gnonlin using yum by running the following command:

sudo yum -y install gnonlin

How To Uninstall gnonlin on Fedora 36

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

sudo dnf remove gnonlin

gnonlin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/79dd6687b49b44d4e4619ce984dd47e94c963d
/usr/lib64/gstreamer-1.0/libgnl.so
/usr/share/doc/gnonlin
/usr/share/doc/gnonlin/AUTHORS
/usr/share/doc/gnonlin/COPYING.LIB
/usr/share/doc/gnonlin/README

References

Summary

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