How to Install and Uninstall sqlite2.i686 Package on Fedora 39

Last updated: January 13,2025

1. Install "sqlite2.i686" package

Here is a brief guide to show you how to install sqlite2.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install sqlite2.i686

2. Uninstall "sqlite2.i686" package

This tutorial shows how to uninstall sqlite2.i686 on Fedora 39:

$ sudo dnf remove sqlite2.i686 $ sudo dnf autoremove

3. Information about the sqlite2.i686 package on Fedora 39

Last metadata expiration check: 2:40:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : sqlite2
Version : 2.8.17
Release : 41.fc39
Architecture : i686
Size : 188 k
Source : sqlite2-2.8.17-41.fc39.src.rpm
Repository : fedora
Summary : Embeddable SQL engine in a C library
URL : http://www.sqlite.org/
License : Public Domain
Description : SQLite is a small, fast, embeddable SQL database engine that supports
: most of SQL92, including transactions with atomic commit and rollback,
: subqueries, compound queries, triggers, and views. A complete database
: is stored in a single cross-platform disk file. The native C/C++ API
: is simple and easy to use. Bindings for other languages are also
: available.