ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The line that worked for me is:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu focal main" > /etc/apt/sources.list.d/ros-latest.list'

"focal" goes where "$(lsb_release -sc)" is, in that first copy-paste.

Whereas focal is the ubuntu that ulyana is based upon.