osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
146 stars 71 forks source link

Changed the installation command as per the forum #123

Closed TonyJacb closed 3 years ago

TonyJacb commented 3 years ago

When updating to Gazebo 11, there was error when sudo apt-get install gazebo11 was executed. From further digging in the forums, it was found that it should be actually sudo apt-get libgazebo11 followed by gazebo11. https://answers.gazebosim.org/question/24607/gazebo-11-installation-problems/ Link to the forum discussion

chapulina commented 3 years ago

Thank you for the pull request. I think that gazebo11 should install libgazebo11 though:

$ apt-cache rdepends libgazebo11
libgazebo11
Reverse Depends:
  gazebo11
  ...
  libgazebo11-dev
  gazebo11-plugin-base
  gazebo11
  libgazebo11-dev
  gazebo11-plugin-base

So this change shouldn't be necessary.

I think your system may have been in a bad state.

chapulina commented 3 years ago

I'm closing this since it seems to be a local issue, but thanks for opening a PR anyway.