How to Install and Uninstall sqlite2-devel.i686 Package on Fedora 38

Last updated: September 30,2024

1. Install "sqlite2-devel.i686" package

Please follow the guidelines below to install sqlite2-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install sqlite2-devel.i686

2. Uninstall "sqlite2-devel.i686" package

This guide covers the steps necessary to uninstall sqlite2-devel.i686 on Fedora 38:

$ sudo dnf remove sqlite2-devel.i686 $ sudo dnf autoremove

3. Information about the sqlite2-devel.i686 package on Fedora 38

Last metadata expiration check: 0:38:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : sqlite2-devel
Version : 2.8.17
Release : 40.fc38
Architecture : i686
Size : 147 k
Source : sqlite2-2.8.17-40.fc38.src.rpm
Repository : fedora
Summary : Development files for SQLite
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.
: This package contains static library and header files for developing
: applications using sqlite.