apache - Facing error while installing Apache2 in Ubuntu 14.04 'has no installation candidate' -


i don't know did i'm not able install apache2 in ubuntu 14.04.

when use sudo apt-get install apache2 face error.

reading package lists... done building dependency tree        reading state information... done package apache2 not available, referred package. may mean package missing, has been obsoleted, or available source following packages replace it: libapache2-mpm-itk:i386 libapache2-mpm-itk  e: package 'apache2' has no installation candidate 

first make sure proxy disabled can cause problem sometimes. run following.

sudo apt-get update sudo apt-get upgrade sudo apt-get install apache2

if doesn't work can compile own apache2. tutorial located here: https://www.virgohacks.net/install-apache-2-4-mysql-5-6-php-5-5-source-ubuntu-14-04/

good luck


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -