Skip to content

Instantly share code, notes, and snippets.

@yicr
Created March 27, 2020 06:43
Show Gist options
  • Save yicr/75620983f90c329a649dfa6d16a602d9 to your computer and use it in GitHub Desktop.
Save yicr/75620983f90c329a649dfa6d16a602d9 to your computer and use it in GitHub Desktop.
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install software-properties-common

$ sudo add-apt-repository ppa:ondrej/php
...
詳しい情報: https://launchpad.net/~ondrej/+archive/ubuntu/php
[ENTER] を押すと続行します。Ctrl-c で追加をキャンセルできます。

$ sudo apt update
$ sudo apt install php7.3-cli php7.3-xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment