Skip to content

Commit 0450300

Browse files
author
Mauricio
authored
Update RHEL version references and commands
1 parent acd9f3a commit 0450300

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

support/azure/virtual-machines/linux/yum-dnf-common-issues.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -410,34 +410,36 @@ If the error typically occurs because an incorrect value is used for */etc/yum/v
410410

411411
2. Determine the current value for the release version by running the following `cat` command.
412412

413-
| RHEL version | Command |
414-
|--------------|-------------------------------------|
415-
| RHEL 7 | `sudo cat /etc/yum/vars/releasever` |
416-
| RHEL 8 and 9 | `sudo cat /etc/dnf/vars/releasever` |
413+
| RHEL version | Command |
414+
|----------------|-------------------------------------|
415+
| RHEL 7 | `sudo cat /etc/yum/vars/releasever` |
416+
| RHEL 8, and 10 | `sudo cat /etc/dnf/vars/releasever` |
417417

418418
3. Modify and use the correct value for the release version:
419419

420420
- 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:
421421

422422
```bash
423423
sudo sh -c 'echo 9.2 > /etc/dnf/vars/releasever'
424+
sudo sh -c 'echo 9.6 > /etc/dnf/vars/releasever'
424425
```
425426

426427
> [!NOTE]
427-
> Support for RHEL7 EUS ended on August 30, 2021. We recommend that you no longer use EUS repositories in RHEL7.
428+
> Support for RHEL 7 EUS ended on August 30, 2021. We recommend that you no longer use EUS repositories in RHEL 7.
428429
>
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 for RHEL 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 repositories in RHEL 8, and instead switch to the non-EUS repos.
430431
>
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.
432433
>
434+
> RHEL 10._x_ versions for EUS are available. Currently, these versions include only RHEL 10.0.
433435
> For more information about version availability, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
434436

435437
- 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.
436438

437-
| RHEL version | Command |
438-
|--------------|-------------------------------------------|
439-
| RHEL 7 | `sudo echo "" > /etc/yum/vars/releasever` |
440-
| RHEL 8 and 9 | `sudo echo "" > /etc/dnf/vars/releasever` |
439+
| RHEL version | Command |
440+
|-----------------|-------------------------------------------|
441+
| RHEL 7 | `sudo echo "" > /etc/yum/vars/releasever` |
442+
| RHEL 8,9 and 10 | `sudo echo "" > /etc/dnf/vars/releasever` |
441443

442444
##### [Oracle Linux](#tab/ol)
443445

0 commit comments

Comments
 (0)