How to Install and Uninstall libsqlite3x.x86_64 Package on Fedora 36

Last updated: January 10,2025

1. Install "libsqlite3x.x86_64" package

Learn how to install libsqlite3x.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libsqlite3x.x86_64

2. Uninstall "libsqlite3x.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libsqlite3x.x86_64 on Fedora 36:

$ sudo dnf remove libsqlite3x.x86_64 $ sudo dnf autoremove

3. Information about the libsqlite3x.x86_64 package on Fedora 36

Last metadata expiration check: 0:44:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libsqlite3x
Version : 20071018
Release : 31.fc36
Architecture : x86_64
Size : 37 k
Source : libsqlite3x-20071018-31.fc36.src.rpm
Repository : fedora
Summary : A 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.