How to Install and Uninstall mingw32-libsq3.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "mingw32-libsq3.noarch" package

Please follow the guidance below to install mingw32-libsq3.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mingw32-libsq3.noarch

2. Uninstall "mingw32-libsq3.noarch" package

In this section, we are going to explain the necessary steps to uninstall mingw32-libsq3.noarch on Fedora 34:

$ sudo dnf remove mingw32-libsq3.noarch $ sudo dnf autoremove

3. Information about the mingw32-libsq3.noarch package on Fedora 34

Last metadata expiration check: 1:18:33 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw32-libsq3
Version : 20071018
Release : 32.fc34
Architecture : noarch
Size : 81 k
Source : mingw-libsqlite3x-20071018-32.fc34.src.rpm
Repository : fedora
Summary : MinGW Windows C++ Wrapper for the SQLite3 embeddable SQL database engine
URL : http://www.wanderinghorse.net/computing/sqlite/
License : zlib
Description : 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.