How to Install and Uninstall sqlite3 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "sqlite3" package

Please follow the steps below to install sqlite3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install sqlite3

2. Uninstall "sqlite3" package

This guide let you learn how to uninstall sqlite3 on openSuSE Tumbleweed:

$ sudo zypper remove sqlite3

3. Information about the sqlite3 package on openSuSE Tumbleweed

Information for package sqlite3:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlite3
Version : 3.44.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : sqlite3-3.44.2-1.2.src
Upstream URL : https://www.sqlite.org/
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.