@@ -8,30 +8,28 @@ Debian, Fedora, Arch and Gentoo.
8
8
## Debian
9
9
10
10
[ 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
12
12
maintainer in Debian) usually hosts the latest gazebo release. Depending on the
13
13
Debian version the version of Gazebo available is different:
14
14
15
15
* Debian Sid is usually hosting one of the latest releases
16
16
* Debian Buster: gazebo-9.6.0
17
- * Debian Stretch : gazebo-7.3.1
17
+ * Debian Bullseye : gazebo-11.1.0
18
18
19
- 1 . Install Gazebo9 (on Buster )
19
+ 1 . Install Gazebo11 (on Bullseye )
20
20
21
- sudo apt-get install gazebo9
21
+ sudo apt-get install gazebo11
22
22
# 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
24
24
25
25
## Fedora
26
26
27
27
[ 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.
30
29
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
35
33
36
34
1 . Install Gazebo
37
35
sudo dnf install gazebo gazebo-ode
@@ -46,15 +44,15 @@ is not in the official package repositories and users need to compile it from
46
44
source. The easiest way to install it is to use an AUR helper, such as yaourt
47
45
or packer:
48
46
49
- 1 . Install Gazebo
47
+ 1 . Install Gazebo11
50
48
51
49
yaourt -S gazebo
52
50
# or
53
51
sudo packer -S gazebo
54
52
55
- ## Gentooo
53
+ ## Gentoo
56
54
57
- [ Gazebo in Gentoo] ( https://packages.gentoo.org/package/sci-electronics/gazebo )
55
+ [ Gazebo11 in Gentoo] ( https://packages.gentoo.org/package/sci-electronics/gazebo )
58
56
is available as an official package (the maintainer is Alexis Ballier). It is
59
57
currently masked as ~ amd64 so please read about how to [ mix software
60
58
branches] ( https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Branches ) if you
@@ -66,7 +64,7 @@ gentoolkit) to know more about the optional support:
66
64
emerge --ask app-portage/gentoolkit
67
65
equery uses gazebo -a
68
66
69
- 1 . Install Gazebo on stable branch
67
+ 1 . Install Gazebo11 on stable branch
70
68
71
69
echo "sci-electronics/gazebo" >> /etc/portage/package.accept_keywords
72
70
emerge gazebo
@@ -77,6 +75,6 @@ gentoolkit) to know more about the optional support:
77
75
78
76
## Other linux distributions?
79
77
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 .
0 commit comments