Hi,

Try to reinstall the packages which give problems with:

apt-get install -f
and
apt-get install --reinstall packages...

You can get a list of installed packages with:

dpkg -l '*'| grep '^i'| cut -f 3 -d ' ' > installed.packages

Gabor

Reply via email to