How To Install biblesync on Fedora 34

biblesync is A Cross-platform library for sharing Bible navigation A Cross-platform library for sharing Bible navigation

Introduction

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

What is biblesync

BibleSync is a multicast protocol to support Bible software shared co- navigation. It uses LAN multicast in either a personal/small team mutual navigation motif or in a classroom environment where there are Speakers plus the Audience. It provides a complete yet minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets. This library is not specific to any particular Bible software framework, completely agnostic as to structure of layers above BibleSync. biblesync 2.1.0 5.fc34 x86_64 37 k biblesync-2.1.0-5.fc34.src.rpm updates A Cross-platform library for sharing Bible navigation http Public Domain BibleSync is a multicast protocol to support Bible software shared co- navigation. It uses LAN multicast in either a personal/small team mutual navigation motif or in a classroom environment where there are Speakers plus the Audience. It provides a complete yet minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets. This library is not specific to any particular Bible software framework, completely agnostic as to structure of layers above BibleSync.

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

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

sudo dnf -y install biblesync

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

sudo yum -y install biblesync

How To Uninstall biblesync on Fedora 34

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

sudo dnf remove biblesync

biblesync Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/602caf2c2f16b92eebc91736bc85aef735581e
/usr/lib64/libbiblesync.so.2.0
/usr/share/doc/biblesync
/usr/share/doc/biblesync/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/4d7672513463432613870e29463afcffe5c44a
/usr/lib/libbiblesync.so.2.0
/usr/share/doc/biblesync
/usr/share/doc/biblesync/LICENSE

References

Summary

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