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.
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 maintainingphp5.6
,php7.0
,php7.1
,php7.2
,php7.3
). Next, use this source to install the PHP version you want.
Installation steps
- Use
ppa
Add the source
sudo apt-get install python-software-propertiessudo add-apt-repository ppa:ondrej/phpsudo apt-get update
- View the source PHP7 .2 version
sudo apt list | grep php
As expected, the PHP version you want is already included in the list
- Install PHP7.2
sudo apt-get -y install php7.2
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver CS6
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Notepad++7.3.1
Easy-to-use and free code editor
