Als ik apt-get upgrade doe, krijg ik dit:
Hier gaat het dus om:
Wat moet ik doen?
Mijn sources.list:
;'(
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| naerum:~# apt-get upgrade xfree86-common Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back adduser ae anacron apt ark base-config base-passwd bash bc binutils bsdmainutils bsdutils console-data console-tools console-tools-libs cpio cpp cron dc diald dialdcost dpkg dpkg-dev e2fsprogs ed elvis-tiny exim fbset fdutils fetchmail fileutils findutils freetype2 ftp g++ gcc gettext-base grep groff gs hostname info isapnptools isdnutils kab karm kcalc kcharselect kchart kcron kdebase kdebase-libs kdelibs3 kdepasswd kdepim-libs kdf kedit kfind kghostview khexedit kiconedit killustrator kivio kjots kmail knotes koffice-libs konqueror konsole korganizer korn koshell kpackage kpaint kpm kpresenter kspread ksysv kuser kview kword ldso leafnode lesstif1 lftp libarts libaudiofile0 libc6 libc6-dev libcompfaceg1 libdb2 libgdbmg1 libjpeg62 libkmid libkonq3 liblcms libldap2 liblockfile1 libmimelib1 libmng1 libncurses5 libnewt0 libopenldap1 libpam-modules libpam0g libpaperg libpng2 libpopt0 libproplist0 libqt2 libreadline4 libsasl7 libstdc++2.10-dev libtiff3g libwrap0 lilo locales lockfile-progs login logrotate lynx mailx make man-db mawk mbr modutils mount ncurses-bin netbase nvi passwd patch pciutils perl-5.005 perl-5.005-base perl-base ppp procps psmisc pump python-base secpolicy sed setserial shellutils slang1 sox sysklogd syslinux sysvinit tar tasksel tcl8.2 tcpd telnet textutils update util-linux vflib2 wget whiptail whois wvdial wwwoffle xbase-clients xemacs21-basesupport xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xfs xfstt xlib6g xserver-common xserver-svga xterm zlib1g 18 packages upgraded, 0 newly installed, 0 to remove and 178 not upgraded. Sorry, but the following packages have unmet dependencies: debianutils: PreDepends: libc6 (>= 2.1.97) but 2.1.3-18 is to be installed E: Internal Error, InstallPackages was called with broken packages! |
Hier gaat het dus om:
code:
1
| E: Internal Error, InstallPackages was called with broken packages! |
Wat moet ik doen?
Mijn sources.list:
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. #deb http://http.us.debian.org/debian stable main contrib non-free #deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free #deb http://security.debian.org stable/updates main contrib non-free #deb ftp://ftp.sourceforge.net/pub/mirrors/kde/stable/latest/distribution/deb/ potato main # Uncomment if you want the apt-get source function to work #deb-src http://http.us.debian.org/debian stable main contrib non-free #deb-src http://non-us.debian.org/debian-non-US stable non-US deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 (20001207)]/ unstable contrib main non-US/contrib non-US/main deb http://kde.tdyc.com potato main crypto optional #Stable deb http://ftp.nl.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free #stable updates deb http://security.debian.org stable/updates main contrib non-free #Testing #deb http://ftp.nl.debian.org/debian testing main contrib non-free #deb http://http.us.debian.org/debian testing main contrib non-free #Unstable deb http://ftp.nl.debian.org/debian unstable main contrib non-free deb http://http.us.debian.org/debian unstable main contrib non-free |
;'(