How To Install gnonlin on Fedora 34
Introduction
In this tutorial we learn how to install gnonlin
on Fedora 34.
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. gnonlin 1.4.0 14.fc34 x86_64 74 k gnonlin-1.4.0-14.fc34.src.rpm fedora GStreamer extension library for non-linear editing http LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install gnonlin.
Install gnonlin 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 gnonlin
using dnf
by running the following command:
sudo dnf -y install gnonlin
Install gnonlin 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 gnonlin
using yum
by running the following command:
sudo yum -y install gnonlin
How To Uninstall gnonlin on Fedora 34
To uninstall only the gnonlin
package we can use the following command:
sudo dnf remove gnonlin
gnonlin Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/94d5ba022a49669a2ebbcf09e678f12d11ecb7
/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
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/5e5fa9cc89258d8eb35d3a4ceadfb2bc8fc6af
/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
- [gnonlin website](http://gnonlin.sourceforge.net/ http://gnonlin.sourceforge.net/)
Summary
In this tutorial we learn how to install gnonlin
on Fedora 34 using yum and dnf.