I'm fairly new to Linux. I have Ubuntu, and now I want to install the Pantheon desktop, but as soon I run the command
sudo add-apt-repository ppa:elementary-os/daily
I get an error message saying:
gpg: keyserver receive failed: No keyserver available
I have tried looking up a solution to the problem online, but I couldn't find any solution that worked for me. How do I solve this problem?
LC_MESSAGES=POSIX gpg --batch --no-tty --keyserver keyserver.ubuntu.com --search-keys 0x6C8769CEDC20F5E66C3B7D37BF36996C4E1F8A59
andLC_MESSAGES=POSIX wget -O /dev/null 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xBF36996C4E1F8A59'
? Thanks. – David Foerster Aug 16 '17 at 14:57