2.11+ requires the [EPEL repository](02-getting-started.md#package-repositories-rhel-epel) for Boost 1.66+.
-In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-build`
+In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-builds`
repository but it is disabled by default.
```
yum -y install epel-release
yum makecache
-yum install --enablerepo=icinga-snapshot-build icinga2
+yum install --enablerepo=icinga-snapshot-builds icinga2
```
#### Debian <a id="development-tests-snapshot-packages-debian"></a>