PHP: Instalasi PHP 7.2 di Ubuntu 16.04: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) Created page with "Sumber: https://www.rosehosting.com/blog/how-to-install-php-7-2-on-ubuntu-16-04/ ==Upgrade== apt update apt upgrade ==Referensi== * https://www.rosehosting.com/blog/..." |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
==Repository== | |||
sudo apt-get install software-properties-common python-software-properties | |||
sudo add-apt-repository -y ppa:ondrej/php | |||
sudo apt-get update | |||
Revision as of 03:42, 24 October 2019
Sumber: https://www.rosehosting.com/blog/how-to-install-php-7-2-on-ubuntu-16-04/
Upgrade
apt update apt upgrade
Repository
sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository -y ppa:ondrej/php sudo apt-get update