sqlite3 on openSUSE Leap
Last updated: September 05,2022
1. Install sqlite3 package
This guide covers the steps necessary to install sqlite3 package:
sudo zypper refresh
sudo zypper install sqlite3
2. Uninstall / Remove sqlite3 package
Please follow the steps below to uninstall sqlite3 package:
sudo zypper remove sqlite3
3. Details of sqlite3 package
Information for package sqlite3:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : sqlite3
Version : 3.36.0-3.12.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : sqlite3-3.36.0-3.12.1.src
Summary : Embeddable SQL Database Engine
Description :
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process.
SQLite is not a client library used to connect to a big database
server. SQLite is a server and the SQLite library reads and writes
directly to and from the database files on disk.
SQLite can be used via the sqlite command line tool or via any
application that supports the Qt database plug-ins.
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : sqlite3
Version : 3.36.0-3.12.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : sqlite3-3.36.0-3.12.1.src
Summary : Embeddable SQL Database Engine
Description :
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process.
SQLite is not a client library used to connect to a big database
server. SQLite is a server and the SQLite library reads and writes
directly to and from the database files on disk.
SQLite can be used via the sqlite command line tool or via any
application that supports the Qt database plug-ins.