You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RHEL 8, and 10|`sudo cat /etc/dnf/vars/releasever`|
417
417
418
418
3. Modify and use the correct value for the release version:
419
419
420
420
- If your system is using EUS repositories, make sure that the appropriate version lock is applied. In the following example, the version lock is added for RHEL 9.2 because `RHUI EUS` repositories are used:
421
421
422
422
```bash
423
423
sudo sh -c 'echo 9.2 > /etc/dnf/vars/releasever'
424
+
sudo sh -c 'echo 9.6 > /etc/dnf/vars/releasever'
424
425
```
425
426
426
427
> [!NOTE]
427
-
> Support forRHEL7 EUS ended on August 30, 2021. We recommend that you no longer use EUS repositoriesinRHEL7.
428
+
> Support forRHEL 7 EUS ended on August 30, 2021. We recommend that you no longer use EUS repositoriesinRHEL 7.
428
429
>
429
-
> RHEL 8._x_ versions for EUS are available. These versions include RHEL 8.8, 8.6, 8.4, 8.2, and 8.1.
430
+
>Support forRHEL 8 EUS ended on May 31, 2025. RHEL 8.10 is the last planned minor release of RHEL 8, and is still supported, but is not an EUS release. We recommend that you no longer use EUS repositoriesin RHEL 8, and instead switch to the non-EUS repos.
430
431
>
431
-
> RHEL 9._x_ versions for EUS are available. Currently, these versions include RHEL 9.2 and 9.0.
432
+
> RHEL 9._x_ versions for EUS are available. Currently, these versions include RHEL 9.6 and 9.4.
432
433
>
434
+
> RHEL 10._x_ versions for EUS are available. Currently, these versions include only RHEL 10.0.
433
435
> For more information about version availability, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
434
436
435
437
- If your system is using non-EUS repositories, make sure that you remove the version lock for the */etc/yum/vars/releasever* or */etc/dnf/vars/releasever* file by running the following command.
0 commit comments