How to Install and Uninstall sqlite3-devel Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "sqlite3-devel" package
Here is a brief guide to show you how to install sqlite3-devel on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
sqlite3-devel
Copied
2. Uninstall "sqlite3-devel" package
Please follow the steps below to uninstall sqlite3-devel on openSuSE Tumbleweed:
$
sudo zypper remove
sqlite3-devel
Copied
3. Information about the sqlite3-devel package on openSuSE Tumbleweed
Information for package sqlite3-devel:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlite3-devel
Version : 3.44.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 660.2 KiB
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 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.
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlite3-devel
Version : 3.44.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 660.2 KiB
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 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.