View Single Post
manvik60's Avatar
Posts: 128 | Thanked: 46 times | Joined on Mar 2010 @ Switzerland
#22
It looks like you have lots of package installed, and probably one or some of it is causing the problem.

Lets try to clean it up,
You need root access for it, if you dont have root search the forum on how to install it. and once logged in as root do.

PHP Code:
rm -rf /var/lib/apt/lists/* 
PHP Code:
mkdir -/var/lib/apt/lists/partial 
PHP Code:
apt-get update 
it will re-create the entries for you. I would also suggest you disable all the repositories before in application manager and leave only ovi, nokia ones and maemo.org and try the above.

Hopefully it should work.
Cheers