How to Install and Uninstall mingw64-libsqlite3x.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "mingw64-libsqlite3x.noarch" package

This is a short guide on how to install mingw64-libsqlite3x.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw64-libsqlite3x.noarch

2. Uninstall "mingw64-libsqlite3x.noarch" package

This guide covers the steps necessary to uninstall mingw64-libsqlite3x.noarch on Fedora 35:

$ sudo dnf remove mingw64-libsqlite3x.noarch $ sudo dnf autoremove

3. Information about the mingw64-libsqlite3x.noarch package on Fedora 35

Last metadata expiration check: 0:48:18 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mingw64-libsqlite3x
Version : 20071018
Release : 33.fc35
Architecture : noarch
Size : 60 k
Source : mingw-libsqlite3x-20071018-33.fc35.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. sqlite3x is a C++ wrapper API for working
: with sqlite3 databases that uses exceptions.