How To Install mingw32-libsq3 on Fedora 36
Introduction
In this tutorial we learn how to install mingw32-libsq3
on Fedora 36.
What is mingw32-libsq3
sqlite3 is a slick embedded SQL server written in C. It’s easy to use, powerful, and quite fast. sq3 is a C++ wrapper API for working with sqlite3 databases that does not use exceptions.
We can use yum
or dnf
to install mingw32-libsq3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-libsq3.
Install mingw32-libsq3 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-libsq3
using dnf
by running the following command:
sudo dnf -y install mingw32-libsq3
Install mingw32-libsq3 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-libsq3
using yum
by running the following command:
sudo yum -y install mingw32-libsq3
How To Uninstall mingw32-libsq3 on Fedora 36
To uninstall only the mingw32-libsq3
package we can use the following command:
sudo dnf remove mingw32-libsq3
mingw32-libsq3 Package Contents on Fedora 36
/usr/i686-w64-mingw32/sys-root/mingw/bin/libsq3-1.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/sq3
/usr/i686-w64-mingw32/sys-root/mingw/include/sq3/refcount.hpp
/usr/i686-w64-mingw32/sys-root/mingw/include/sq3/sq3.hpp
/usr/i686-w64-mingw32/sys-root/mingw/include/sq3/sq3_log_db.hpp
/usr/i686-w64-mingw32/sys-root/mingw/include/sq3/sq3_settings_db.hpp
/usr/i686-w64-mingw32/sys-root/mingw/lib/libsq3.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libsq3.pc
/usr/share/doc/mingw32-libsq3
/usr/share/doc/mingw32-libsq3/AUTHORS
/usr/share/doc/mingw32-libsq3/Doxygen-index.txt
/usr/share/doc/mingw32-libsq3/README
References
Summary
In this tutorial we learn how to install mingw32-libsq3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).