View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#7
Try
Code:
sudo dpkg --force-remove-reinstreq "package"
Note that if this works, the system will forget about the package and perhaps leave a few files behind.

Alternatively, it can be useful to see the exact dpkg error and on the n900 I don't think this gets logged in /var/log... (may be wrong there). So, if you can find the deb in /var/cache/apt/archive/ or download it somewhere and do
Code:
sudo dpkg -i xxxxx.deb
then you might get a precise idea of why it fails...