Malformed entry Ubu
I have searched these forums and found them helpful in the past, however, I can't seem to find a viable option for my problem. When I try to apt-get update (Ubuntu bionic 18), I get the following:
E: Malformed line 1 in source list /etc/apt/sources.list.d/rehinkdb.list (type)
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.
I have tried lsb-release with no success. I appreciate any help from your expertise. Thank you.
Is this only happen when installing ROS?
What is the output of:
What do you mean exactly by this? Does
lsb_release -c
not output anything, or do you not have the program installed?if the latter: that could be the cause of those two files containing malformed entries (as some information is missing that
lsb_release
would provide).gvdhoorn the output is
lsb_release -c outputs
Thank you