Just an FYI for Wiki/User Manual.
Just purchased a Raspberry Pi and I'm using Raspbian Stretch 2018-10-09
Following the install instructions got the following message:
gpg: keyserver receive failed: No dirmngr
which is mentioned in the OpenCPN user manual.
My solution was the following:
sudo apt-get install dirmngr
then the normal OpenCPN install commands
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
sudo apt-get update
sudo apt-get install opencpn
Installed successfully and using CM93
charts, appears to be working fine.
Dumb question, why does it install in the "Education menu option" ?
FYI, Using a Raspberry Pi CAN hat to connect to the NMEA2000
network to prototype/test the
Linux version of the TwoCan
plugin using the SocketCan interface.