Robotics StackExchange | Archived questions

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

If you enter sudo apt update, N: Ignoring file 'ros-latest.list.' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension I get this error. So I wentogle it and found out that's why ~ cd /etc/apt/sources.list.d/ ~ sudo rm ros-latest.list I heard it's okay to do it like this, so I did it. And yet it doesn't work...

Asked by kongshyun on 2022-08-23 04:56:51 UTC

Comments

Answers

You have a period after the 't' in the world "list". That is not a valid file name.

Asked by Mike Scheutzow on 2022-08-23 18:07:08 UTC

Comments

Oh! Thank you! How can i fix it?

Asked by kongshyun on 2022-08-24 01:57:47 UTC

I found it! Thank you

Asked by kongshyun on 2022-08-24 02:07:56 UTC