E Package Apache2 Has No Installation Candidate Dashboard

Join GitHub today

Debian User Forums. You should explicitly select one to install. E: Package apache2 has no installation. Package libapache2-mod-php5 has no installation candidate.

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

  • Author:spylh9999ggr When I tried to install apache2 on Ubuntu 14.04, I got the following error message: root@Final-Gitsetup-Developers:~# apt-get install apache2 Reading package lists.
  • Apr 19, 2009 - After it finish open php.ini file (mine is at /etc/php5/apache2/php.ini ) and add this command. I needed to enable curl for the WordPress Stats Dashboard. Shafiul says. E: Package libcurl3-dev has no installation candidate.
Sign up New issue Package ia32-libs has no installation candidate

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented May 23, 2016

Hi.
When I try to install the web, it shows the following error in Wily distribution:
Package apache2-mpm-prefork 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
However the following packages replace it:
apache2-bin:i386 apache2-bin

E: Package 'apache2-mpm-prefork' has no installation candidate
ubuntu_get_web_packages FAIL

Installation

commented Jun 3, 2016

Package Php5 Has No Installation Candidate

I ran into the same thing today. I was able to get past this issue to continue the installation by switching all references of apache2-mpm-prefork in the install.sh to apache2. I also needed to edit the install.sh in /usr/local/elsa/contrib. Not sure yet the consequence of making this change..

Package Php5-mysql Has No Installation Candidate

commented Oct 11, 2016

Ditto here. Just to be clear, this is specific to Ubuntu post-Trusty (I have seen this on Xenial) but I'm not sure just when it changed. You may need to switch your MPM mode, as described here:
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo service apache2 restart

-nic

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Posted on