Skip to content

Commit 5d96951

Browse files
authored
Update Gazebo version references in Linux install pages (#158)
1 parent e88b9ab commit 5d96951

File tree

4 files changed

+19
-65
lines changed

4 files changed

+19
-65
lines changed

install_other_linux/tutorial.md

+16-18
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,28 @@ Debian, Fedora, Arch and Gentoo.
88
## Debian
99

1010
[Gazebo in Debian](https://packages.debian.org/source/sid/gazebo) is available
11-
as an official package since stretch. Debian Sid (the Gazebo team is the official
11+
as an official package since Stretch. Debian Sid (the Gazebo team is the official
1212
maintainer in Debian) usually hosts the latest gazebo release. Depending on the
1313
Debian version the version of Gazebo available is different:
1414

1515
* Debian Sid is usually hosting one of the latest releases
1616
* Debian Buster: gazebo-9.6.0
17-
* Debian Stretch: gazebo-7.3.1
17+
* Debian Bullseye: gazebo-11.1.0
1818

19-
1. Install Gazebo9 (on Buster)
19+
1. Install Gazebo11 (on Bullseye)
2020

21-
sudo apt-get install gazebo9
21+
sudo apt-get install gazebo11
2222
# For developers that works on top of Gazebo, one extra package
23-
sudo apt-get install libgazebo9-dev
23+
sudo apt-get install libgazebo11-dev
2424

2525
## Fedora
2626

2727
[Gazebo in Fedora](https://apps.fedoraproject.org/packages/gazebo) is available
28-
as an official package (the maintainer is Rich Mattes). Depending on the Fedora
29-
version, the version of Gazebo available is different:
28+
as an official package.
3029

31-
* Rawhide is usually hosting one of the latest releases
32-
* Fedora 31: gazebo-9.x
33-
* Fedora 30: gazebo-9.x
34-
* Fedora 29: gazebo-8.x
30+
* Rawhide: gazebo-10
31+
* Fedora 35: gazebo-10.x
32+
* Fedora 36: gazebo-10.x
3533

3634
1. Install Gazebo
3735
sudo dnf install gazebo gazebo-ode
@@ -46,15 +44,15 @@ is not in the official package repositories and users need to compile it from
4644
source. The easiest way to install it is to use an AUR helper, such as yaourt
4745
or packer:
4846

49-
1. Install Gazebo
47+
1. Install Gazebo11
5048

5149
yaourt -S gazebo
5250
# or
5351
sudo packer -S gazebo
5452

55-
## Gentooo
53+
## Gentoo
5654

57-
[Gazebo in Gentoo](https://packages.gentoo.org/package/sci-electronics/gazebo)
55+
[Gazebo11 in Gentoo](https://packages.gentoo.org/package/sci-electronics/gazebo)
5856
is available as an official package (the maintainer is Alexis Ballier). It is
5957
currently masked as ~amd64 so please read about how to [mix software
6058
branches](https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Branches) if you
@@ -66,7 +64,7 @@ gentoolkit) to know more about the optional support:
6664
emerge --ask app-portage/gentoolkit
6765
equery uses gazebo -a
6866

69-
1. Install Gazebo on stable branch
67+
1. Install Gazebo11 on stable branch
7068

7169
echo "sci-electronics/gazebo" >> /etc/portage/package.accept_keywords
7270
emerge gazebo
@@ -77,6 +75,6 @@ gentoolkit) to know more about the optional support:
7775

7876
## Other linux distributions?
7977

80-
If you know of any other Linux distribution supporting Gazebo installation,
81-
feel free to [create an issue](https://github.com/osrf/gazebo_tutorials/issues)
82-
to expand this tutorial.
78+
There is a large list of Gazebo packages available in many different
79+
distributions, checking the great
80+
[repology](https://repology.org/project/gazebo/versions) project can help.

install_ubuntu/tutorial_11.0.md

-29
Original file line numberDiff line numberDiff line change
@@ -61,35 +61,6 @@ installation](http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connec
6161
# For developers that work on top of Gazebo, one extra package
6262
sudo apt-get install libgazebo11-dev
6363

64-
If you see the error below:
65-
66-
$ sudo apt-get install gazebo11
67-
Reading package lists... Done
68-
Building dependency tree
69-
Reading state information... Done
70-
E: Unable to locate package gazebo11
71-
72-
It's possible the version of Gazebo you are looking for is not supported on the version of OS you are using.
73-
For example, installing gazebo11 on Ubuntu Xenial (16.04) will produce the error above.
74-
Hint: Take a look at "Project Status" section at [http://gazebosim.org/#status](http://gazebosim.org/#status),
75-
next to each version is the supported ubuntu versions and ROS versions.
76-
77-
7864
1. Check your installation
7965

8066
gazebo
81-
82-
## Gazebo in different deb packages
83-
84-
Gazebo ships different Ubuntu debian packages following the [official packaging
85-
guidelines](https://www.debian.org/doc/manuals/maint-guide/):
86-
87-
* Use Gazebo as an application: for the users that just run Gazebo simulator
88-
with the provided plugins and models and do not plan on developing on top of
89-
gazebo its own custom software. To use Gazebo 11 please install the package
90-
called ***gazebo11***.
91-
92-
* Use Gazebo to develop software using Gazebo libraries: for users that
93-
develop plugins or any other kind of software that needs Gazebo headers and
94-
libraries. In this case, together with gazebo11 package, please install
95-
***libgazebo11-dev***.

install_ubuntu/tutorial_9-0.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ installation](http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connec
6767
E: Unable to locate package gazebo9
6868

6969
It's possible the version of Gazebo you are looking for is not supported on the version of OS you are using.
70-
For example, installing gazebo9 on Ubuntu Trusty (14.04) will produce the error above.
70+
For example, installing gazebo9 on Ubuntu Jammy (22.04) will produce the error above.
7171
Hint: Take a look at "Project Status" section at [http://gazebosim.org/#status](http://gazebosim.org/#status),
7272
next to each version is the supported ubuntu versions and ROS versions.
7373

@@ -77,18 +77,3 @@ installation](http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connec
7777
***Note*** The first time `gazebo` is executed requires the download of some models and it could take some time, please be patient.
7878

7979
gazebo
80-
81-
## Gazebo in different deb packages
82-
83-
Gazebo ships different Ubuntu debian packages following the [official packaging
84-
guidelines](https://www.debian.org/doc/manuals/maint-guide/):
85-
86-
* Use Gazebo as an application: for the users that just run Gazebo simulator
87-
with the provided plugins and models and do not plan on developing on top of
88-
gazebo its own custom software. To use Gazebo 9 please install the package
89-
called ***gazebo9***.
90-
91-
* Use Gazebo to develop software using Gazebo libraries: for users that
92-
develop plugins or any other kind of software that needs Gazebo headers and
93-
libraries. In this case, together with gazebo9 package, please install
94-
***libgazebo9-dev***.

install_unstable/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `ls
2323
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-prerelease `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-prerelease.list'
2424
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
2525
sudo apt-get update
26-
sudo apt-get install gazebo10 # (might not be released)
26+
sudo apt-get install gazebo11
2727
```
2828

2929
### Gazebo nightly repo
@@ -38,7 +38,7 @@ sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `ls
3838
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-nightly `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-nightly.list'
3939
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
4040
sudo apt-get update
41-
sudo apt-get install gazebo10 # (might not be released)
41+
sudo apt-get install gazebo11
4242
```
4343

4444
### Remove prereleases and nightly installed packages

0 commit comments

Comments
 (0)