OK. Het gaat denk ik hierom:http://forum.ubuntu-nl.org/topic/13376
Probeer dit commando dan eens:sudo apt-get -f installHiermee moeten alle gebroken pakketten te repareren zijn.Je ziet dan in ieder geval om welke pakketten het gaat.Een andere optie:sudo dpkg --configure -a
sudo nano /etc/apt/sources.listnu zie ik dit:Code: [Selecteer]# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://archive.ubuntu.com/ubuntu/ feisty main restricteddeb-src http://archive.ubuntu.com/ubuntu/ feisty restricted main multiverse universe #Added by software-properties## Major bug fix updates produced after the final release of the## distribution.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://archive.ubuntu.com/ubuntu/ feisty universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://archive.ubuntu.com/ubuntu/ feisty multiverse## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse# deb-src http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverseik weet niet of dit goed of fout isgroet
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://archive.ubuntu.com/ubuntu/ feisty main restricteddeb-src http://archive.ubuntu.com/ubuntu/ feisty restricted main multiverse universe #Added by software-properties## Major bug fix updates produced after the final release of the## distribution.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://archive.ubuntu.com/ubuntu/ feisty universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://archive.ubuntu.com/ubuntu/ feisty multiverse## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse# deb-src http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# # deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://nl.archive.ubuntu.com/ubuntu/ feisty main restricted## Major bug fix updates produced after the final release of the## distribution.deb http://nl.archive.ubuntu.com/ubuntu/ feisty-updates main restricted## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://nl.archive.ubuntu.com/ubuntu/ feisty universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://nl.archive.ubuntu.com/ubuntu/ feisty multiverse## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse# deb-src http://nl.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu feisty-security main restricteddeb http://security.ubuntu.com/ubuntu feisty-security universedeb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main multiverse universedeb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universedeb http://security.ubuntu.com/ubuntu feisty-security multiverse
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup (maak je een backup)
sudo gedit /etc/apt/sources.list
# Automatically generated sources.list# http://www.ubuntu-nl.org/source-o-matic/## If you get GPG errors with this sources.list, locate the GPG key in this file# and run these commands (where KEY is replaced with that key)## gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY# gpg --export --armor KEY | sudo apt-key add -## If you don't know what to do with this file, read# https://help.ubuntu.com/community/Repositories/CommandLine# Ubuntu supported packages# GPG key: 437D05B5deb http://nl.archive.ubuntu.com/ubuntu feisty main restricted deb http://nl.archive.ubuntu.com/ubuntu feisty-updates main restricteddeb http://security.ubuntu.com/ubuntu feisty-security main restricted# Ubuntu community supported packages# GPG key: 437D05B5deb http://nl.archive.ubuntu.com/ubuntu feisty universe multiverse deb http://nl.archive.ubuntu.com/ubuntu feisty-updates universe multiversedeb http://security.ubuntu.com/ubuntu feisty-security universe multiverse
sudo apt-get update