Unable to install keys for ROS Kinetic using Ubuntu 16.04
Hi all, I have been trying to follow the guide to installing ROS Kinetic using ubuntu 16.04 as mentioned in the guide: http://wiki.ros.org/Installation/Ubuntu However, when I reach the stage to install keys I continue to have errors. I would appreciate any help.
jt@DESKTOP-3055SML:~$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
jt@DESKTOP-3055SML:~$ sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
Executing: /tmp/tmp.uPhc0jGvdc/gpg.1.sh --keyserver
hkp://pgp.mit.edu:80
--recv-key
421C365BD9FF1F717815A3895523BAEEB01FA116
gpg: requesting key B01FA116 from hkp server pgp.mit.edu
gpgkeys: HTTP fetch error 7: couldn't connect: eof
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver unreachable
gpg: keyserver communications error: public key not found
gpg: keyserver receive failed: public key not found
jt@DESKTOP-3055SML:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
Executing: /tmp/tmp.d32lZCQFRX/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-key
421C365BD9FF1F717815A3895523BAEEB01FA116
gpg: requesting key B01FA116 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect: eof
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver unreachable
gpg: keyserver communications error: public key not found
gpg: keyserver receive failed: public key not found
jt@DESKTOP-3055SML:~$ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
Executing: /tmp/tmp.0aSSGVNvmq/gpg.1.sh --keyserver
hkp://ha.pool.sks-keyservers.net:80
--recv-key
421C365BD9FF1F717815A3895523BAEEB01FA116
gpg: requesting key B01FA116 from hkp server ha.pool.sks-keyservers.net
gpgkeys: HTTP fetch error 7: couldn't connect: eof
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver unreachable
gpg: keyserver communications error: public key not found
gpg: keyserver receive failed: public key not found
Can you provide the errors text / description?
Im not sure how to enter all the text into a comment with the correct formatting, and have instead put a screen capture on imgur. Hope this will do. link to imgur
copy from your terminal, paste into your original question (use the
edit
button/link near the comments) select pasted text, pressctrl+k
or the Preformatted Text button (the one with101010
on it).Please do not use screenshots to show console text. See also the support guidelines.
Ok, hope that is better? I've added the code for all three substitutions