How to Install and Uninstall php8-sqlite Package on openSuSE Tumbleweed

Last updated: January 28,2025

1. Install "php8-sqlite" package

Learn how to install php8-sqlite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install php8-sqlite

2. Uninstall "php8-sqlite" package

This guide covers the steps necessary to uninstall php8-sqlite on openSuSE Tumbleweed:

$ sudo zypper remove php8-sqlite

3. Information about the php8-sqlite package on openSuSE Tumbleweed

Information for package php8-sqlite:
------------------------------------
Repository : Илья Индиго (openSUSE_Tumbleweed)
Name : php8-sqlite
Version : 8.3.3-3.1
Arch : x86_64
Vendor : obs://build.opensuse.org/home:13ilya
Installed Size : 110.7 KiB
Installed : No
Status : not installed
Source package : php8-8.3.3-3.1.src
Upstream URL : https://secure.php.net
Summary : SQLite database client for PHP
Description :
This is an extension for the SQLite Embeddable SQL Database Engine.
https://www.sqlite.org
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.
This package includes sqlite and pdo_sqlite modules for sqlite version
2 and 3 respectively.

5. The same packages on other Linux Distributions