View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#47
Originally Posted by Acidspunk View Post
Ok so in terminal I typed

sudo gainroot
then cd MyDocs
and then dpkg -i gngeo-gui_0.0.1-1_armel.deb

what I got was this
Unpacking gngeo-gui (from gngeo-gui_0.0.1-1_armel.deb) ...
dpkg: dependency problems prevent configuration of gngeo-gui:
gngeo-gui depends on python-pyside.qtgui; however:
Package python-pyside.qtgui is not installed.
gngeo-gui depends on python-pyside.qtcore; however:
Package python-pyside.qtcore is not installed.
dpkg: error processing gngeo-gui (--install):
dependency problems - leaving unconfigured
This is a clear message about missing dependencies.
sudo gainroot
apt-get install python-pyside.qtcore
apt-get install python-pyside.qtgui


If the packages cannot be installed, you will probably need to activate extra repositories (like described here)