How To Install mingw64-qca-qt5 on Fedora 36
Introduction
In this tutorial we learn how to install mingw64-qca-qt5
on Fedora 36.
What is mingw64-qca-qt5
MinGW Windows Qt Cryptographic Architecture.
We can use yum
or dnf
to install mingw64-qca-qt5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-qca-qt5.
Install mingw64-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 mingw64-qca-qt5
using dnf
by running the following command:
sudo dnf -y install mingw64-qca-qt5
Install mingw64-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 mingw64-qca-qt5
using yum
by running the following command:
sudo yum -y install mingw64-qca-qt5
How To Uninstall mingw64-qca-qt5 on Fedora 36
To uninstall only the mingw64-qca-qt5
package we can use the following command:
sudo dnf remove mingw64-qca-qt5
mingw64-qca-qt5 Package Contents on Fedora 36
/usr/share/licenses/mingw64-qca-qt5
/usr/share/licenses/mingw64-qca-qt5/COPYING
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libqca-qt5.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/mozcerts-qt5.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/qcatool-qt5.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/certs
/usr/x86_64-w64-mingw32/sys-root/mingw/certs/rootcerts.pem
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/QtCrypto
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_basic.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_cert.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_core.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_export.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_keystore.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_publickey.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_safetimer.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_securelayer.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_securemessage.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_support.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_textfilter.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_tools.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qca_version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qcaprovider.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/qt5/QtCrypto/qpipe.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Config.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5ConfigVersion.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Targets-noconfig.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qca-qt5/Qca-qt5Targets.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libqca-qt5.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/mkspecs/features/crypto.prf
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-gcrypt.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-gnupg.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-logger.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-ossl.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/plugins/crypto/libqca-softstore.dll
References
Summary
In this tutorial we learn how to install mingw64-qca-qt5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).