0

I can't add a simple PHP repository on 12.04, it just hangs for infinite time until you cancel it with CTRL+Z

enter image description here

I need this to update PHP from 5.3 to 5.6, already ran update and upgrade.

user3108268
  • 227
  • 1
  • 2
  • 9

1 Answers1

1

First thing I noted in your gif is that your account is root. Its a doubt.why you need "sudo" . enter image description here

Second thing there is no ppa:ondrej/php repository for Ubuntu 12.04. Hence, you are unable to add the ppa:ondrej/php. Please consider to update your ubuntu. enter image description here

enter image description here

Aravind
  • 943