I tried to install Apache server (like here : https://www.youtube.com/watch?v=4OyJVDhoN0A), but there are some errors :
Code: Select all
$ sudo apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apache2 : Depends: apache2-mpm-worker (= 2.2.22-12) but it is not going to be installed or
apache2-mpm-prefork (= 2.2.22-12) but it is not going to be installed or
apache2-mpm-event (= 2.2.22-12) but it is not going to be installed or
apache2-mpm-itk (= 2.2.22-12) but it is not going to be installed
Depends: apache2.2-common (= 2.2.22-12) but it is not going to be installed
libc6 : Depends: libgcc1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Thanks !