How to install php7.2 on ubuntu

藏色散人
Release: 2023-03-13 21:08:02
Original
4464 people have browsed it

How to install php7.2 on ubuntu: 1. Use ppa to add the source; 2. Check the PHP7.2 version in the source; 3. Install php7 through the "sudo apt-get -y install php7.2" command. 2 is enough.

How to install php7.2 on ubuntu

The operating environment of this article: ubuntu 16.04 system, php7.2 version, DELL G3 computer

How to install php7.2 on ubuntu?

Official source on Ubuntu

  • For example, Ubuntu14. 04 The default source is PHP5.6.x, Ubuntu16.04 The default source is PHP7.0.x

Install through third-party sources

  • ppa:ondrej/php is a relatively well-known PHP source (currently maintaining php5.6, php7.0, php7.1, php7.2,php7.3). Next, use this source to install the PHP version you want.

Installation steps

  • UseppaAdd the source
sudo apt-get install python-software-propertiessudo add-apt-repository ppa:ondrej/phpsudo apt-get update
Copy after login
  • View the source PHP7 .2 version
sudo apt list | grep php
Copy after login

As expected, the PHP version you want is already included in the list

  • Install PHP7.2
sudo apt-get -y install php7.2
Copy after login

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to install php7.2 on ubuntu. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template