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

Last updated: May 19,2024

1. Install "php7-sqlite" package

This tutorial shows how to install php7-sqlite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install php7-sqlite

2. Uninstall "php7-sqlite" package

Please follow the guidelines below to uninstall php7-sqlite on openSuSE Tumbleweed:

$ sudo zypper remove php7-sqlite

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

Information for package php7-sqlite:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : php7-sqlite
Version : 7.4.26-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 94,7 KiB
Installed : Yes
Status : up-to-date
Source package : php7-7.4.26-2.1.src
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