I have successfully loaded
OpenCPN 2.1 on my W7 notebook. Now I am starting to build a Linux/Ubuntu system using an old Sony VAIO PCG-R505DT notebook. I am new to Ubuntu although I have some ancient Unix memories which mean I am gradually finding my way around.
Ubuntu 10.10 is running OK on my VAIO 505DT and the standard
software apps
work as expected but I cannot get
OpenCPN 2.1 to run. I am getting the following dependency problem:
ray@ray-PCG-R505DT:~/Downloads$ sudo dpkg -i opencpn_21624.deb
Selecting previously deselected package opencpn.
(Reading database .... 119522 files and directories currently installed.)
Unpacking opencpn (from opencpn_21624.deb) ...
dpkg: dependency problems prevent configuration of opencpn:
opencpn depends on wx-common (>= 2.8.0) | libwxbase2.8-0 (>= 2.8.7.1); however:
Package wx-common is not installed.
Package libwxbase2.8-0 is not installed.
opencpn depends on wx-common (>= 2.8.0) | libwxgtk2.8-0 (>= 2.8.7.1); however:
Package wx-common is not installed.
Package libwxgtk2.8-0 is not installed.
dpkg: error processing opencpn (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
opencpn
Note that I am using the deb release from OCPN, I just renamed it for easier console command usage.
OCPN needs wx-common and libwxbase2.8-0 and libwxgtk2.8-0
Can someone tell me where I can get these files and where they need to be placed in the Ubuntu system.
Thks in advance.