14.04 phpmyadmin php5 dependency
14.04 phpmyadmin specifically depends on php5/php5-fpm, is this intentional? I have php5.6/php5.6-fpm running with nginx, but aptitude is forcing php5/libapache2
--no-install-
Trying to remove the installed apache afterwards is also no use, because apt remove aggressively removes packages whose dependencies would be wiped.
Just apache forces installation of php5-cgi:
apt-get remove apache2 --purge
Removing apache and all php5 packages forces removal of phpmyadmin
apt-get remove apache2 --purge php5-*
I have installed php5.6 from the following PPA:
pkgs_repo_add ppa:ondrej/php
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask rob for more information if necessary.