Gazebo | Ignition | Community
Ask Your Question
0

Gazebo on Ubuntu 20.04 installation problem

asked 2021-02-28 22:07:52 -0600

SANA gravatar image

updated 2022-03-26 06:25:24 -0600

yah130s gravatar image

Hi I am a beginner in Linux and when i want to install gazebo 11 and past curl -sSL http://get.gazebosim.org | sh it shows me this error :

Executing: /tmp/apt-key-gpghome.UkurVZUMlt/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
gpg: keyserver receive failed: Server indicated a failure

please help me

edit retag flag offensive close merge delete

Comments

Have you tried also the step by step installation?

Tadteo gravatar imageTadteo ( 2021-03-04 08:16:46 -0600 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-26 06:40:58 -0600

yah130s gravatar image

updated 2022-03-26 06:41:49 -0600

I just ran the same one-liner command, and I do see the same key ID printed and yet the installation passed that point in question. So I assume either something has been fixed since OP's post, or it was just a temporary glitch.

root@f5d45d77b415:/# curl -sSL http://get.gazebosim.org | sh                                                                                                                                                                                                                                                                  
=======================================================                                                                                                        
GAZEBO INSTALLATION SCRIPT                                                                                                                                     
=======================================================                                                                                                        

This script is installing the latest stable version of                                                                                                         
Gazebo Simulator available from your package manager                                                                                                           


In Debian this script will setup the osrfoundation                                                                                                             
repository to install the latest package available                                                                                                             

+ sh -c apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
Executing: /tmp/apt-key-gpghome.ziAagWXNKe/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
gpg: key 67170598AF249743: "OSRF Repository (OSRF Repository GPG key) <osrfbuild@osrfoundation.org>" not changed
gpg: Total number processed: 1                                                 
gpg:              unchanged: 1                                                 
+ sh -c mkdir -p /etc/apt/sources.list.d                               
+ sh -c echo deb http://packages.osrfoundation.org/gazebo/ubuntu\-stable bionic main > /etc/apt/sources.list.d/gazebo-stable.list
+ sh -c sleep 3; apt-get update; apt-get install -y -q libgazebo11-dev gazebo11 
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease        
Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
:
edit flag offensive delete link more

Comments

1

As far as I know, we (Open Robotics) did not change anything internally for many months related to the Gazebo key. gpg keyserver problems are usually temporal problems in the server side.

Jose Luis Rivero gravatar imageJose Luis Rivero ( 2022-03-28 08:52:49 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2021-02-28 22:07:52 -0600

Seen: 494 times

Last updated: Mar 26 '22