sudo add-apt-repository ppa:sergey-dryabzhinsky/php53
sudo apt-get update
sudo apt-get install php5 apache2 libapache2-mod-php5
sudo a2enmod php53
sudo service apache2 start
Делаю все как в инструкции, на 3 шаге не устананавливается php5, в чем может быть проблема?
root@dating:~# sudo apt-get install php5 apache2 libapache2-mod-php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5' has no installation candidate
E: Package 'libapache2-mod-php5' has no installation candidate
root@dating:~#