[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help: Partition OK but packages all screwed up



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 to: