Search found 1 match
- Fri Jan 11, 2019 2:38 am
- Forum: Web Server
- Topic: How to Install PHP 7.3 in Ubuntu 16.04
- Replies: 2
- Views: 27975
Re: How to Install PHP 7.3 in Ubuntu 16.04
Install the software-properties-common and python-software-properties packages sudo apt install software-properties-common python-software-properties add the Ondřej PPA sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php end then update your sources apt update We can install PHP 7.3 with the follo...