Unable to install Gazebo garden in Ubuntu 20.04

Hi,
I’m trying to install “Ubuntu Source Install” from this official documentation

When I try to run this command (as mentioned in the documentation):

sudo apt -y install \
  $(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt' -o -iname 'packages.apt' | grep -v '/\.git/') | sed '/gz\|sdf/d' | tr '\n' ' ')

the terminal is just stuck with no updates

Can someone please suggest how to resolve this?

Thanks in advance :slight_smile:

I opened an issue here: Garden install instructions hang on dependency installation command · Issue #397 · gazebosim/docs · GitHub

Make sure that you have followed the previous code sections.

In general though, we ask that you ask questions on robotics.stackexchange.com so there’s more eyes on any given question and it’s a better format for answering questions.