How to Install and Uninstall sqlite3-devel Package on openSUSE Leap

Last updated: June 01,2024

1. Install "sqlite3-devel" package

Here is a brief guide to show you how to install sqlite3-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sqlite3-devel

2. Uninstall "sqlite3-devel" package

This is a short guide on how to uninstall sqlite3-devel on openSUSE Leap:

$ sudo zypper remove sqlite3-devel

3. Information about the sqlite3-devel package on openSUSE Leap

Information for package sqlite3-devel:
--------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : sqlite3-devel
Version : 3.44.0-150000.3.23.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 657.7 KiB
Installed : No
Status : not installed
Source package : sqlite3-3.44.0-150000.3.23.1.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 the server. 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 which supports the Qt database plug-ins.

5. The same packages on other Linux Distributions