How to Install and Uninstall libsq3.i686 Package on Fedora 35

Last updated: January 12,2025

1. Install "libsq3.i686" package

In this section, we are going to explain the necessary steps to install libsq3.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libsq3.i686

2. Uninstall "libsq3.i686" package

In this section, we are going to explain the necessary steps to uninstall libsq3.i686 on Fedora 35:

$ sudo dnf remove libsq3.i686 $ sudo dnf autoremove

3. Information about the libsq3.i686 package on Fedora 35

Last metadata expiration check: 2:24:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libsq3
Version : 20071018
Release : 30.fc35
Architecture : i686
Size : 43 k
Source : libsqlite3x-20071018-30.fc35.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. sq3 is a C++ wrapper API for working
: with sqlite3 databases that does not use exceptions.