How to Install and Uninstall php7-phar Package on openSUSE Leap
Last updated: November 08,2024
1. Install "php7-phar" package
This guide covers the steps necessary to install php7-phar on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
php7-phar
Copied
2. Uninstall "php7-phar" package
In this section, we are going to explain the necessary steps to uninstall php7-phar on openSUSE Leap:
$
sudo zypper remove
php7-phar
Copied
3. Information about the php7-phar package on openSUSE Leap
Information for package php7-phar:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-phar
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 313.1 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.1.src
Upstream URL : https://secure.php.net
Summary : PHP Archive extension for PHP
Description :
The phar extension provides a way to put entire PHP applications into
a single file called a "phar" (PHP Archive) for distribution and
installation.
In addition, the phar extension also provides a file-format
abstraction method for creating and manipulating tar and zip files
through the PharData class, much as PDO provides a unified interface
for accessing different databases. Phar also can convert between tar,
zip and phar file formats.
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-phar
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 313.1 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.1.src
Upstream URL : https://secure.php.net
Summary : PHP Archive extension for PHP
Description :
The phar extension provides a way to put entire PHP applications into
a single file called a "phar" (PHP Archive) for distribution and
installation.
In addition, the phar extension also provides a file-format
abstraction method for creating and manipulating tar and zip files
through the PharData class, much as PDO provides a unified interface
for accessing different databases. Phar also can convert between tar,
zip and phar file formats.