How to Install and Uninstall wxsqlite3.x86_64 Package on Fedora 35

Last updated: May 03,2024

1. Install "wxsqlite3.x86_64" package

Please follow the step by step instructions below to install wxsqlite3.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install wxsqlite3.x86_64

2. Uninstall "wxsqlite3.x86_64" package

Please follow the guidelines below to uninstall wxsqlite3.x86_64 on Fedora 35:

$ sudo dnf remove wxsqlite3.x86_64 $ sudo dnf autoremove

3. Information about the wxsqlite3.x86_64 package on Fedora 35

Last metadata expiration check: 5:40:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : wxsqlite3
Version : 4.8.2
Release : 5.fc35
Architecture : x86_64
Size : 834 k
Source : wxsqlite3-4.8.2-5.fc35.src.rpm
Repository : updates
Summary : C++ wrapper around the SQLite 3.x database
URL : https://github.com/utelle/wxsqlite3
License : wxWidgets
Description : wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is
: specifically designed for use in programs based on the wxWidgets library.
: wxSQLite3 does not try to hide the underlying database, in contrary almost all
: special features of the current SQLite3 version 3.6.22 are supported, like for
: example the creation of user defined scalar or aggregate functions. Since
: SQLite stores strings in UTF-8 encoding, the wxSQLite3 methods provide
: automatic conversion between wxStrings and UTF-8 strings. This works best for
: the Unicode builds of wxWidgets. In ANSI builds the current locale conversion
: object (wxConvCurrent) is used for conversion to/from UTF-8. Special care has
: to be taken if external administration tools are used to modify the database
: contents, since not all of these tools operate in Unicode resp. UTF-8 mode.
: wxSQLite3 includes an optional extension for SQLite supporting key based
: database file encryption using 128 bit AES encryption. Starting with version
: 1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite
: amalgamation source. Experimental support for 256 bit AES encryption has been
: added in version 1.9.8.