How to Install and Uninstall php7-sqlite Package on openSUSE Leap
Last updated: November 25,2024
1. Install "php7-sqlite" package
This guide covers the steps necessary to install php7-sqlite on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
php7-sqlite
Copied
2. Uninstall "php7-sqlite" package
This guide let you learn how to uninstall php7-sqlite on openSUSE Leap:
$
sudo zypper remove
php7-sqlite
Copied
3. Information about the php7-sqlite package on openSUSE Leap
Information for package php7-sqlite:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-sqlite
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 86.4 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.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.
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-sqlite
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 86.4 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.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.