I'm trying to add ppa to ubuntu server 14.04.05 lts and end up with following message
Asked
Active
Viewed 122 times
0

Arronical
- 19,893
1 Answers
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
ondrej/php5
PPA was deprecated and deleted months ago. Use the other PPAs as needed. – muru Apr 06 '17 at 11:06