How to Install and Uninstall sqlite2-devel.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "sqlite2-devel.x86_64" package

Learn how to install sqlite2-devel.x86_64 on Fedora 35

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

2. Uninstall "sqlite2-devel.x86_64" package

This guide let you learn how to uninstall sqlite2-devel.x86_64 on Fedora 35:

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

3. Information about the sqlite2-devel.x86_64 package on Fedora 35

Last metadata expiration check: 1:08:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sqlite2-devel
Version : 2.8.17
Release : 36.fc35
Architecture : x86_64
Size : 142 k
Source : sqlite2-2.8.17-36.fc35.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.