I am using Xenail Ubuntu 16.04 64bit.
I've PHP 7.04 , How can I update that too 7.06 ? Cant seem to work with apt-get upgrade ?
I am using Xenail Ubuntu 16.04 64bit.
I've PHP 7.04 , How can I update that too 7.06 ? Cant seem to work with apt-get upgrade ?
I was able to install php 7.08
sudo apt-get install -y language-pack-en-base
export LC_ALL=en_US.UTF-8 && export LC_ALL=en_US.UTF-8 && export LANG=en_US.UTF-8
apt-add-repository ppa:ondrej/php
apt-get update
apt-get update && apt-get upgrade -y
Adding the following sources
deb ppa.launchpad.net/ondrej/php/ubuntu xenial main
deb-src ppa.launchpad.net/ondrej/php/ubuntu xenial main
It installed PHP 7.08 with no errors.