Gazebo Installion stops at 35% with the following error "35% [Connecting to packages.osrfoundation.org (54.176.9.38)] "
I am trying to install Gazebo in my VirtualBox after following the standard steps of installation given below. My installation stops on the 4th when trying to attempt ""35% [Connecting to packages.osrfoundation.org (54.176.9.38)] ""
- sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable 'lsb_release -cs' main" > /etc/apt/sources.list.d/gazebo-stable.list'
- wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install gazebo9
Error: "Ign:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable bionic/main amd64 gazebo9-common all 9.11.0-1~bionic Err:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable bionic/main amd64 gazebo9-common all 9.11.0-1~bionic Connection failed [IP: 54.176.9.38 80] E: Failed to fetch http://packages.osrfoundation.org/gazebo/ubuntu-stable/pool/main/g/gazebo9/gazebo9-common_9.11.0-1~bionic_all.deb Connection failed [IP: 54.176.9.38 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
Asked by Hirak Basumatary on 2019-10-03 08:06:03 UTC
Answers
It's possible that packages.osrfoundation.org was temporarily offline, or your connection was bad. Could you try it again?
Asked by chapulina on 2019-10-14 08:14:03 UTC
Comments