2008.08.30
Playing with wxWidgets on Linux. Following suggestions from this page in wxWiki, I added apt.wxwidgets.org to sources.list
. But an apt-get update
was reporting the following error:
W: GPG error: http://apt.wxwidgets.org hardy-wx Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E0BCE7F53B087BC
To fix (per this thread):
wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
{2008.08.30 14:24}