ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

gpg: keyserver receive failed: No name

asked 2021-11-17 05:45:27 -0500

Alessandro Melino gravatar image

Hello.

I am following the installation guide for Debian Buster of ROS Noetic and in the second step, executing the comand sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 I got the following error:

Executing: /tmp/apt-key-gpghome.nAyAX9Bj38/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
gpg: keyserver receive failed: No name

I read that apt-key is deprecated or something like that. How can I continue the installation?

Best regards. Alessandro

edit retag flag offensive close merge delete

Comments

There is a recent similar question, please take a look: https://answers.ros.org/question/3070...

osilva gravatar image osilva  ( 2021-11-17 06:15:49 -0500 )edit

Thank you a lot for your comment. I think I have resolved it by other way.

Alessandro Melino gravatar image Alessandro Melino  ( 2021-11-17 06:22:09 -0500 )edit

Glad you found an answer.

osilva gravatar image osilva  ( 2021-11-17 06:39:41 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-17 06:24:48 -0500

Alessandro Melino gravatar image

Hello.

Trying other ways to solve it, I finally solved it using the command:

curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

Then following the rest of the steps it works fine, but for example It is not available:

sudo apt install ros-noetic-desktop-full

Instead I have used:

sudo apt install ros-noetic-desktop

And it is installing.

Best regards. Alessandro

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-11-17 05:45:27 -0500

Seen: 2,878 times

Last updated: Nov 17 '21