I can not install ros
When I run the command "sudo apt-get install ros-kinetic-desktop-full" it tells me how it can not locate the package and I do not know how to fix it.
The error is: E: "Unable to locate the ros-kinetic-desktop-full package"
Asked by inazio gracia on 2019-04-17 13:47:23 UTC
Comments
Do not post screenshots of terminals.
It's all text.
Copy-paste the error from the terminal into your question.
Use the
edit
button/link to update your original question.Asked by gvdhoorn on 2019-04-17 14:07:42 UTC
What OS and what version are you installing on? Ubuntu 16.04?
Asked by Carl D on 2019-04-17 14:25:33 UTC
yes ubuntu 16.04
Asked by inazio gracia on 2019-04-17 17:17:56 UTC
Which installation guide / tutorial did you follow?
Did you run
sudo apt update
first?What is the output of
cat /etc/apt/sources.list.d/ros-latest.list
?What is the output of
uname -a
?Asked by gvdhoorn on 2019-04-18 01:09:16 UTC