How To Install mingw64-hamlib on Fedora 36
In this tutorial we learn how to install mingw64-hamlib in Fedora 36. mingw64-hamlib is Run-time library to control radio transceivers and receivers for Win64
Introduction
In this tutorial we learn how to install mingw64-hamlib
on Fedora 36.
What is mingw64-hamlib
We can use yum
or dnf
to install mingw64-hamlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-hamlib.
Install mingw64-hamlib 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-hamlib
using dnf
by running the following command:
sudo dnf -y install mingw64-hamlib
Install mingw64-hamlib 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-hamlib
using yum
by running the following command:
sudo yum -y install mingw64-hamlib
How To Uninstall mingw64-hamlib on Fedora 36
To uninstall only the mingw64-hamlib
package we can use the following command:
sudo dnf remove mingw64-hamlib
mingw64-hamlib Package Contents on Fedora 36
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libhamlib++-2.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libhamlib-2.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rig.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rig_dll.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rigclass.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/riglist.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rotator.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rotclass.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/hamlib/rotlist.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libhamlib++.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libhamlib.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/hamlib.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/share/aclocal
/usr/x86_64-w64-mingw32/sys-root/mingw/share/aclocal/hamlib.m4
References
Summary
In this tutorial we learn how to install mingw64-hamlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).