2

I'm trying to install ROS Kinetic on Ubuntu Xenial and this is the error:

E: Malformed entry 1 in list file /etc/apt/sources.list.d/ros.latest.list (Component)
E: The list of sources could not be read.

What do i add to this line on the file?

The only entry from sources.list.d/ros.latest.list:

deb http://packages.ros.org/ros/ubuntu xenialmain
Srini
  • 23
  • You're showing us the first entry from /etc/source.list but the error is about the first entry in /etc/source.list.d/ros.latest.list. Please [edit] your question and show us that file instead. – terdon Apr 20 '17 at 10:02

1 Answers1

2

deb http://packages.ros.org/ros/ubuntu xenialmain there needs to be a space between "xenial" and "main"

Rinzwind
  • 299,756