0

I'm trying to add ppa to ubuntu server 14.04.05 lts and end up with following message please click here to view the message

Arronical
  • 19,893

1 Answers1

0

remove the 5 at the end

if im correct youre trying to add this ppa.

do this:

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6 

and you can install extensions for example: sudo apt-get install php5.6-mcrypt php5.6-mbstring php5.6-curl php5.6-cli php5.6-mysql php5.6-gd php5.6-intl php5.6-xsl php5.6-zip

source 1 source 2

vitali
  • 29