Ubuntu установить php soap

php7.4-soap on Ubuntu 20.04 LTS (Focal Fossa)

This guide let you learn how to install php7.4-soap package:

2. Uninstall / Remove php7.4-soap package

This tutorial shows how to uninstall php7.4-soap package:

3. Details of php7.4-soap package

Package: php7.4-soap
Source: php7.4
Priority: optional
Section: php
Installed-Size: 344
Maintainer: Debian PHP Maintainers
Architecture: amd64
Version: 1:7.4.30-5+ubuntu20.04.1+deb.sury.org+1
Provides: php-soap
Depends: php-common (>= 1:81~), ucf, php7.4-common (= 1:7.4.30-5+ubuntu20.04.1+deb.sury.org+1), libc6 (>= 2.14), libxml2 (>= 2.7.4)
Filename: pool/main/p/php7.4/php7.4-soap_7.4.30-5+ubuntu20.04.1+deb.sury.org+1_amd64.deb
Size: 114772
MD5sum: c870afb82970ca1e647350a0373e58fe
SHA1: 441101124b222840d71fa299411ed87b991b0f93
SHA256: 37a7b81c9c3fc079f0d5268fe220049f48d2bba8af05a2704b927f5ebf5f674e
Description: SOAP module for PHP
Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a

Package: php7.4-soap
Architecture: amd64
Version: 7.4.3-4ubuntu2.13
Priority: optional
Section: universe/php
Source: php7.4
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 344
Provides: php-soap
Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.13), libc6 (>= 2.14), libxml2 (>= 2.7.4)
Filename: pool/universe/p/php7.4/php7.4-soap_7.4.3-4ubuntu2.13_amd64.deb
Size: 114980
MD5sum: e70d9bff56724dbabb8a5c4f18795056
SHA1: a869c532cae54d938ae810fd63fa58d2d5b37330
SHA256: 736a64c7ea88e4b5d7f66ad9970fcf075e70df8cafab97605e29195697918265
SHA512: 222ed91a862914b296f12807e19bb947a38c73c63632f911a4c10b4a9e6dbcabcd6a963b29eb4f304dd0db23945eab6d8f924c811f83f2b07c5314e555b77063
Homepage: http://www.php.net/
Description: SOAP module for PHP
Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a

Читайте также:  Recursive anonymous function php

Package: php7.4-soap
Architecture: amd64
Version: 7.4.3-4ubuntu2.12
Priority: optional
Section: universe/php
Source: php7.4
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 344
Provides: php-soap
Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.12), libc6 (>= 2.14), libxml2 (>= 2.7.4)
Filename: pool/universe/p/php7.4/php7.4-soap_7.4.3-4ubuntu2.12_amd64.deb
Size: 114876
MD5sum: accc01ebaedda648bb8482a68c3c1138
SHA1: 22d23d99c498174e278af1509b2b1aaa9426ef40
SHA256: 9df8eaae612e94dcd6c208a9f90fcc0dc6851158ec81356065068803b724a3dc
SHA512: d650ac7347908c4689bd7890f9c5f1f1491a578d939c287d5218fab795a6027849c82f00563d715f1c66817be7b2be4c00512b527034ce655be02cdb83770bc9
Homepage: http://www.php.net/
Description: SOAP module for PHP
Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a

Package: php7.4-soap
Architecture: amd64
Version: 7.4.3-4ubuntu1
Priority: optional
Section: universe/php
Source: php7.4
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 344
Provides: php-soap
Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu1), libc6 (>= 2.14), libxml2 (>= 2.7.4)
Filename: pool/universe/p/php7.4/php7.4-soap_7.4.3-4ubuntu1_amd64.deb
Size: 114912
MD5sum: 7424e1715aed9677697984e80a336ac1
SHA1: e7809575428ef49a64a9d1d7f4daf56233ddab84
SHA256: 6b315a0b3818c7fce55b8f79765c18401a27c7a5ba0d933efa8c3f719d0da679
Homepage: http://www.php.net/
Description: SOAP module for PHP
Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a

4. References on Ubuntu 20.04 LTS (Focal Fossa)

Источник

How To Install php-soap on Ubuntu 20.04

In this tutorial we learn how to install php-soap on Ubuntu 20.04.

What is php-soap

This package provides a SOAP module for PHP.

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

This package is a dependency package, which depends on Debian’s default PHP version (currently 7.4). Description-md5: a06ae54e46b8b7136f46fae96ccce23b

There are three ways to install php-soap on Ubuntu 20.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install php-soap Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install php-soap using apt-get by running the following command:

sudo apt-get -y install php-soap 

Install php-soap Using apt

Update apt database with apt using the following command.

After updating apt database, We can install php-soap using apt by running the following command:

sudo apt -y install php-soap 

Install php-soap Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

After updating apt database, We can install php-soap using aptitude by running the following command:

sudo aptitude -y install php-soap 

How To Uninstall php-soap on Ubuntu 20.04

To uninstall only the php-soap package we can use the following command:

sudo apt-get remove php-soap 

Uninstall php-soap And Its Dependencies

To uninstall php-soap and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove php-soap 

Remove php-soap Configurations and Data

To remove php-soap configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge php-soap 

Remove php-soap configuration, data, and all of its dependencies

We can use the following command to remove php-soap configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge php-soap 

References

Summary

In this tutorial we learn how to install php-soap package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.

Источник

php-soap on Ubuntu 21.10 (Impish Indri)

Please follow the step by step instructions below to install php-soap package:

2. Uninstall / Remove php-soap package

In this section, we are going to explain the necessary steps to uninstall php-soap package:

3. Details of php-soap package

Package: php-soap
Source: php-defaults (85+ubuntu21.10.1+deb.sury.org+1)
Priority: optional
Section: php
Installed-Size: 13
Maintainer: Debian PHP Maintainers
Architecture: all
Version: 2:8.0+85+ubuntu21.10.1+deb.sury.org+1
Depends: php-common, php8.0-soap
Filename: pool/main/p/php-defaults/php-soap_8.0+85+ubuntu21.10.1+deb.sury.org+1_all.deb
Size: 6952
MD5sum: 978d851fffd3ee94c723bd0ad66a50b9
SHA1: a0667f0c27a9873a9027e1be9774d345f6552325
SHA256: 4f3800a9892f92380e2cfdfb659c0664fe8926eed4e0361fb5a9889f60708e1f
Description-en: SOAP module for PHP [default]
This package provides a SOAP module for PHP.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on Debian’s default
PHP version (currently 8.0).
Description-md5: db8556f5f655ea218cdaf46b8c63ebd8

Package: php-soap
Architecture: all
Version: 2:8.0+82~0build1
Priority: optional
Section: universe/web
Source: php-defaults (82~0build1)
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 13
Depends: php-common, php8.0-soap
Filename: pool/universe/p/php-defaults/php-soap_8.0+82~0build1_all.deb
Size: 2016
MD5sum: 565b363abb963fa876c3bb46d33977fd
SHA1: 63b20de4fb6d8860752f33c9b9ca3382e9190463
SHA256: 83aaa0c93fdfec536fbd6bc21936451a1ecca221574277941e16961fe2152401
SHA512: 27c6e2bee552535c7697b2d91af03cd9e3ae953185c49156ea7f482cc1a7576699ef661f0c447d7d34c8619b64c3413bb3648730eb5056ed63150235fd1667e1
Description-en: SOAP module for PHP [default]
This package provides a SOAP module for PHP.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on Debian’s default
PHP version (currently 8.0).
Description-md5: db8556f5f655ea218cdaf46b8c63ebd8

4. References on Ubuntu 21.10 (Impish Indri)

php-redis (5.3.4+4.3.0-5+ubuntu21.10.1+deb.sury.org+3)

php-rrd (2.0.3+1.1.3-2+ubuntu21.10.1+deb.sury.org+3)

php-sabre-dav (1.8.12-9ubuntu1)

php-seclib (1.0.19-3ubuntu2)

php-services-json (1.0.3-1build1)

php-snmp (2:8.0+85+ubuntu21.10.1+deb.sury.org+1)

php-sodium-all-dev (2.0.23-7+ubuntu21.10.1+deb.sury.org+3)

php-solr-all-dev (2.5.1+2.4.0-10+ubuntu21.10.1+deb.sury.org+3)

php-sql-formatter (1.2.17+dct1.1.1-1)

php-sqlite3 (2:8.0+85+ubuntu21.10.1+deb.sury.org+1)

php-ssh2-all-dev (1.3.1+0.13-2+ubuntu21.10.1+deb.sury.org+3)

php-stomp (2.0.2+1.0.9-11+ubuntu21.10.1+deb.sury.org+3)

php-swiftmailer (6.2.4-1ubuntu1)

php-swoole-all-dev (4.8.3-1+ubuntu21.10.1+deb.sury.org+1)

php-swoole (4.8.3-1+ubuntu21.10.1+deb.sury.org+1)

php-sybase (2:8.0+85+ubuntu21.10.1+deb.sury.org+1)

5. The same packages on other Linux Distributions

php-soap (2:8.1+92+ubuntu18.04.1+deb.sury.org+2) Ubuntu 18.04 LTS (Bionic Beaver)

php-soap (1:7.0+35ubuntu6.1) Ubuntu 16.04 LTS (Xenial Xerus)

php-soap (2:8.1+92+ubuntu22.04.1+deb.sury.org+1) Ubuntu 22.04 LTS (Jammy Jellyfish)

php-soap (2:8.1+92+0~20220117.43+debian10~1.gbpe0d14e) Debian 10 (Buster)

Источник

How To Install php-soap on Ubuntu 18.04

In this tutorial we learn how to install php-soap on Ubuntu 18.04.

What is php-soap

This package provides a SOAP module for PHP.

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

This package is a dependency package, which depends on Ubuntu’s default PHP version (currently 7.2).

There are three methods to install php-soap on Ubuntu 18.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install php-soap Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install php-soap using apt-get by running the following command:

Install php-soap Using apt

Update apt database with apt using the following command.

After updating apt database, We can install php-soap using apt by running the following command:

Install php-soap Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

After updating apt database, We can install php-soap using aptitude by running the following command:

How To Uninstall php-soap on Ubuntu 18.04

To uninstall only the php-soap package we can use the following command:

Uninstall php-soap And Its Dependencies

To uninstall php-soap and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

Remove php-soap Configurations and Data

To remove php-soap configuration and data from Ubuntu 18.04 we can use the following command:

Remove php-soap configuration, data, and all of its dependencies

We can use the following command to remove php-soap configurations, data and all of its dependencies, we can use the following command:

References

Summary

In this tutorial we learn how to install php-soap package on Ubuntu 18.04 using different package management tools: apt , apt-get and aptitude .

Источник

Оцените статью