How to Install and Uninstall sqlite2.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "sqlite2.x86_64" package

This guide covers the steps necessary to install sqlite2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install sqlite2.x86_64

2. Uninstall "sqlite2.x86_64" package

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

$ sudo dnf remove sqlite2.x86_64 $ sudo dnf autoremove

3. Information about the sqlite2.x86_64 package on Fedora 34

Last metadata expiration check: 5:01:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sqlite2
Version : 2.8.17
Release : 34.fc34
Architecture : x86_64
Size : 178 k
Source : sqlite2-2.8.17-34.fc34.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.