How To Install mingw32-qca-qt5 on Fedora 36

In this tutorial we learn how to install mingw32-qca-qt5 in Fedora 36. mingw32-qca-qt5 is MinGW Windows Qt Cryptographic Architecture

Introduction

In this tutorial we learn how to install mingw32-qca-qt5 on Fedora 36.

What is mingw32-qca-qt5

MinGW Windows Qt Cryptographic Architecture.

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

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

sudo dnf -y install mingw32-qca-qt5

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

sudo yum -y install mingw32-qca-qt5

How To Uninstall mingw32-qca-qt5 on Fedora 36

To uninstall only the mingw32-qca-qt5 package we can use the following command:

sudo dnf remove mingw32-qca-qt5

mingw32-qca-qt5 Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libqca-qt5.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/mozcerts-qt5.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/qcatool-qt5.exe
/usr/i686-w64-mingw32/sys-root/mingw/certs
/usr/i686-w64-mingw32/sys-root/mingw/certs/rootcerts.pem
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/QtCrypto
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_basic.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_cert.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_core.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_export.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_keystore.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_publickey.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_safetimer.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_securelayer.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_securemessage.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_support.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_textfilter.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_tools.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_version.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qcaprovider.h
/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qpipe.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Config.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5ConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Targets-noconfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Targets.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/libqca-qt5.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/mkspecs/features/crypto.prf
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-gcrypt.dll
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-gnupg.dll
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-logger.dll
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-ossl.dll
/usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-softstore.dll
/usr/share/licenses/mingw32-qca-qt5
/usr/share/licenses/mingw32-qca-qt5/COPYING

References

Summary

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