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

Error in installing ROS indego Ubuntu 14.04 LTS

asked 2016-04-22 14:57:22 -0500

Omarzamany gravatar image

updated 2016-04-23 07:36:47 -0500

gvdhoorn gravatar image

I tried to download ROS indigo more than 3 times and I always receive the same error in the end of the installation : i followed the instructions here:

http://wiki.ros.org/indigo/Installati...

my laptop is 14.04 LTS

N: Ignoring file 'ros-latest.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

N: Ignoring file 'ros-latest.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

what is the solution ??

edit retag flag offensive close merge delete

Comments

Hi, I got the same problem on Ubuntu 16.04.1. I tried to remove the bad file but useless. Hope someone can solve this.

Tomatofish gravatar image Tomatofish  ( 2016-08-25 11:20:57 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2016-04-22 16:31:12 -0500

ahendrix gravatar image

updated 2016-04-22 16:31:29 -0500

It looks like you did not execute step 1.2 correctly. Did the command prompt you for additional input or give you some other sort of strange prompt after you tried to execute: sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' (Note that the entire command should be entered on a single line)

You should remove the bad file with: sudo rm /etc/apt/sources.list.d/ros-latest.listsudo and execute step 1.2 again.

edit flag offensive delete link more

Comments

when i tried to remove it , i recived this message : sudo rm /etc/apt/sources.list.d/ros-latest.listsudo rm: cannot remove ‘/etc/apt/sources.list.d/ros-latest.listsudo’: No such file or directory

again , nothing happened when i executed the deb packages , dont know why

Omarzamany gravatar image Omarzamany  ( 2016-04-23 04:17:23 -0500 )edit

it asks me to enter the password and then the terminal allows me to enter a new line immediately

Omarzamany gravatar image Omarzamany  ( 2016-04-23 04:42:45 -0500 )edit

It sounds like the bad file has been removed somehow. "execute the deb packages" is not a thing I understand. Please be more specific or list the exact command you're running.

ahendrix gravatar image ahendrix  ( 2016-04-24 20:45:47 -0500 )edit

If sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' works correctly, it should not print anything and should return you to the shell prompt.

ahendrix gravatar image ahendrix  ( 2016-04-24 20:46:19 -0500 )edit

You should then continue with the rest of the install steps, starting with step 1.3

ahendrix gravatar image ahendrix  ( 2016-04-24 20:46:51 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-04-22 14:57:22 -0500

Seen: 1,710 times

Last updated: Apr 23 '16