How to Install and Uninstall php7-sqlite Package on openSuSE Tumbleweed
Last updated: November 22,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "php7-sqlite" package
This tutorial shows how to install php7-sqlite on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
php7-sqlite
Copied
2. Uninstall "php7-sqlite" package
Please follow the guidelines below to uninstall php7-sqlite on openSuSE Tumbleweed:
$
sudo zypper remove
php7-sqlite
Copied
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.
------------------------------------
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.