1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu20.04にPHP7.2をインストールしたい。

Posted at

標準のリポジトリにあるのが7.4

1: APTの調査先を追加
sudo add-apt-repository ppa:ondrej/php

2: リポジトリ更新
sudo apt update

3: install PHP7.2
sudo apt install php7.2

以下を参考にしました。
https://askubuntu.com/questions/1230869/cant-install-php-7-2-on-ubuntu-20-04

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?