How To Install libiec61883 on Fedora 34

libiec61883 is Streaming library for IEEE1394 Streaming library for IEEE1394

Introduction

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

What is libiec61883

The libiec61883 library provides an higher level API for streaming DV, MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous functionality, this library acts as a filter that accepts DV-frames, MPEG-2 frames or audio samples from the application and breaks these down to isochronous packets, which are transmitted using libraw1394. libiec61883 1.2.0 26.fc34 x86_64 41 k libiec61883-1.2.0-26.fc34.src.rpm fedora Streaming library for IEEE1394 http LGPLv2+ The libiec61883 library provides an higher level API for streaming DV, MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous functionality, this library acts as a filter that accepts DV-frames, MPEG-2 frames or audio samples from the application and breaks these down to isochronous packets, which are transmitted using libraw1394.

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

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

sudo dnf -y install libiec61883

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

sudo yum -y install libiec61883

How To Uninstall libiec61883 on Fedora 34

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

sudo dnf remove libiec61883

libiec61883 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/d0a0b973b0373306c213c8e2c3ff99f6addd57
/usr/lib/libiec61883.so.0
/usr/lib/libiec61883.so.0.1.1
/usr/share/doc/libiec61883
/usr/share/doc/libiec61883/AUTHORS
/usr/share/doc/libiec61883/COPYING
/usr/share/doc/libiec61883/NEWS
/usr/share/doc/libiec61883/README
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/c671d9b9a5b4b164cb9a8d734d29c37c2f8044
/usr/lib64/libiec61883.so.0
/usr/lib64/libiec61883.so.0.1.1
/usr/share/doc/libiec61883
/usr/share/doc/libiec61883/AUTHORS
/usr/share/doc/libiec61883/COPYING
/usr/share/doc/libiec61883/NEWS
/usr/share/doc/libiec61883/README

References

Summary

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