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


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to