How To Install mingw64-biblesync on Fedora 36
Introduction
In this tutorial we learn how to install mingw64-biblesync
on Fedora 36.
What is mingw64-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.
We can use yum
or dnf
to install mingw64-biblesync
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-biblesync.
Install mingw64-biblesync 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 mingw64-biblesync
using dnf
by running the following command:
sudo dnf -y install mingw64-biblesync
Install mingw64-biblesync 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 mingw64-biblesync
using yum
by running the following command:
sudo yum -y install mingw64-biblesync
How To Uninstall mingw64-biblesync on Fedora 36
To uninstall only the mingw64-biblesync
package we can use the following command:
sudo dnf remove mingw64-biblesync
mingw64-biblesync Package Contents on Fedora 36
/usr/share/doc/mingw64-biblesync
/usr/share/doc/mingw64-biblesync/AUTHORS
/usr/share/doc/mingw64-biblesync/ChangeLog
/usr/share/doc/mingw64-biblesync/README.md
/usr/share/doc/mingw64-biblesync/WIRESHARK
/usr/share/licenses/mingw64-biblesync
/usr/share/licenses/mingw64-biblesync/COPYING
/usr/share/licenses/mingw64-biblesync/LICENSE
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libbiblesync.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/biblesync
/usr/x86_64-w64-mingw32/sys-root/mingw/include/biblesync/biblesync-version.hh
/usr/x86_64-w64-mingw32/sys-root/mingw/include/biblesync/biblesync.hh
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libbiblesync.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/biblesync.pc
References
Summary
In this tutorial we learn how to install mingw64-biblesync
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).