Bij het installeren van bijvoorbeeld apache2 middels apt-get krijg ik een foutmelding:
Bij apt-get update:
Kan iemand mij vertellen hoe ik dit kan verhelpen? Ik draai Ubuntu Dapper.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| user@intraserver:~$ sudo apt-get install apache2 Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: apache2: Depends: apache2-mpm-worker (= 2.0.55-4ubuntu2) but 2.0.55-4ubuntu2.1 is to be installed or apache2-mpm-prefork (= 2.0.55-4ubuntu2) but it is not going to be installed or apache2-mpm-perchild (= 2.0.55-4ubuntu2) but it is not going to be installed E: Broken packages |
Bij apt-get update:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
| user@intraserver:~$ sudo apt-get update Get:1 http://nl.archive.ubuntu.com dapper Release.gpg [189B] Get:2 http://nl.archive.ubuntu.com dapper-updates Release.gpg [191B] Get:3 http://nl.archive.ubuntu.com dapper-backports Release.gpg [191B] Hit http://nl.archive.ubuntu.com dapper Release Hit http://nl.archive.ubuntu.com dapper-updates Release Hit http://nl.archive.ubuntu.com dapper-backports Release Hit http://nl.archive.ubuntu.com dapper/main Packages Hit http://nl.archive.ubuntu.com dapper/restricted Packages Hit http://nl.archive.ubuntu.com dapper/main Sources Hit http://nl.archive.ubuntu.com dapper/restricted Sources Hit http://nl.archive.ubuntu.com dapper/universe Packages Hit http://nl.archive.ubuntu.com dapper/universe Sources Hit http://nl.archive.ubuntu.com dapper-updates/main Packages Hit http://nl.archive.ubuntu.com dapper-updates/restricted Packages Hit http://nl.archive.ubuntu.com dapper-updates/main Sources Hit http://nl.archive.ubuntu.com dapper-updates/restricted Sources Hit http://nl.archive.ubuntu.com dapper-backports/main Packages Hit http://nl.archive.ubuntu.com dapper-backports/restricted Packages Hit http://nl.archive.ubuntu.com dapper-backports/universe Packages Hit http://nl.archive.ubuntu.com dapper-backports/multiverse Packages Hit http://nl.archive.ubuntu.com dapper-backports/main Sources Hit http://nl.archive.ubuntu.com dapper-backports/restricted Sources Hit http://nl.archive.ubuntu.com dapper-backports/universe Sources Hit http://nl.archive.ubuntu.com dapper-backports/multiverse Sources Err http://security.ubuntu.com dapper-security Release.gpg Could not connect to security.ubuntu.com:80 (82.211.81.138), connection timed out Fetched 3B in 2m0s (0B/s) Failed to fetch http://security.ubuntu.com/ubuntu/dists/dapper-security/Release.gpg Could not connect to security.ubuntu.com:80 (82.211.81.138), connection timed out Reading package lists... Done W: Some index files failed to download, they have been ignored, or old ones used instead. |
Kan iemand mij vertellen hoe ik dit kan verhelpen? Ik draai Ubuntu Dapper.