Regarding the problem that php5.6 cannot be installed on ubuntu 16

PHP中文网
Release: 2023-03-01 07:56:02
Original
2117 people have browsed it

1ubuntu16.04 -Ubuntu 16 cannot install PHP5.6


What is going on? To install php 5.x, you need to add a third-party source:

sudo apt-add-repository ppa:ondrej/php
Copy after login
Regarding the problem that php5.6 cannot be installed on ubuntu 16Then install it after a normal update. The package of php 5.6 starts with php5.6-

, such as

php5.6-fpm

. In addition, in addition to 5.6 and 7.0, this source also has 5.5 and 7.1 (beta), which are updated with the official release.The above is the content of ubuntu16.04 - ubuntu 16 cannot install php5.6. For more related content, please pay attention to the PHP Chinese website (

m.sbmmt.com)!

Related articles

Enable PHP debugging mode under Ubuntu and display error message

Mongodb extension operation command for installing PHP under Ubuntu

Solution to ERROR 1045 (28) when logging in when installing mysql5.7.17 on ubuntu16.04 000 ) question

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!