View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#251
This output does not look good. You are missing packages and packages have the deinstall state. The latter could point to not properly installed dependencies.

Your can first check which packages have deinstall state:
Code:
dpkg --get-selections | grep deinstall
The following command should remove the packages with the deinstall state:
Code:
sudo gainroot
dpkg --get-selections | grep deinstall | cut -f1 | xargs dpkg --purge

Then perhaps try a manual install
Code:
apt-get install python2.5 python2.5-qt4-gui python2.5-qt4-core python2.5-qt4-maemo5 python-pyside.qtgui python-pyside.qtcore

apt-get install gngeo-gui
The install/deinstall thas to be done by root. In your screenprint you are user, which is no problem for selecting.