apt-get update returns:
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D46F45428842CE5E
i've tried:
sudo apt-get clean
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D46F45428842CE5E
also tried the fix for bug 1263540, all without success.
fairly new to ubuntu too.
Any ideas?
mkdir temp
then usesudo mv /usr/local/lib/libreadline* temp
. Nowsudo ldconfig
and finallysudo apt-get update
. Use this with care and if something goes wrong please post new question. – Marko Jul 28 '15 at 14:10