How To Install mingw64-gnutls on Fedora 36

In this tutorial we learn how to install mingw64-gnutls in Fedora 36. mingw64-gnutls is MinGW GnuTLS TLS/SSL encryption library

Introduction

In this tutorial we learn how to install mingw64-gnutls on Fedora 36.

What is mingw64-gnutls

GnuTLS TLS/SSL encryption library. This library is cross-compiled for MinGW.

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

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

sudo dnf -y install mingw64-gnutls

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

sudo yum -y install mingw64-gnutls

How To Uninstall mingw64-gnutls on Fedora 36

To uninstall only the mingw64-gnutls package we can use the following command:

sudo dnf remove mingw64-gnutls

mingw64-gnutls Package Contents on Fedora 36

/usr/share/licenses/mingw64-gnutls
/usr/share/licenses/mingw64-gnutls/COPYING
/usr/share/licenses/mingw64-gnutls/COPYING.LESSER
/usr/share/licenses/mingw64-gnutls/LICENSE
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/certtool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gnutls-cli-debug.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gnutls-cli.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gnutls-serv.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgnutls-30.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/ocsptool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/p11tool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/psktool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/srptool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/abstract.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/compat.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/crypto.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/dtls.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/gnutls.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/ocsp.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/openpgp.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/pkcs11.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/pkcs12.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/pkcs7.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/self-test.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/socket.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/system-keys.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/tpm.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/urls.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/x509-ext.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gnutls/x509.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgnutls-30.def
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgnutls.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/gnutls.pc

References

Summary

In this tutorial we learn how to install mingw64-gnutls on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).