Skip to content

wrong use of config-manager arguments in rhel 10 for lyrical #3743

@mfruhner

Description

@mfruhner

Generated by Generative AI

No response

Operating System:

Linux ... 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 GNU/Linux

ROS version or commit hash:

lyrical

RMW implementation (if applicable):

No response

RMW Configuration (if applicable):

When setting up lyrical for testing in a RHEL 10 (AlmaLinux) WSL instance, I noticed that the steps to enable the ros-testing repos are wrong / outdated:

https://docs.ros.org/en/lyrical/Installation/Testing.html

sudo dnf config-manager setopt ros2-testing.enabled=1
sudo dnf config-manager setopt ros2.enabled=0

The infos in the rolling release are updated /correct:

sudo dnf config-manager --set-enabled ros2-testing
sudo dnf config-manager --set-disabled ros2

Client library (if applicable):

No response

'ros2 doctor --report' output

No response

Steps to reproduce issue

sudo dnf config-manager setopt ros2.enabled=0

Expected behavior

no error

Actual behavior

missing argument error

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions