sudo apt update

기타/Error

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

Ubuntu 18.04 ros melodic 설치를 하려고 진행을 하다가 sudo apt update에서 오류가 났다. sources.list.d 파일안에 ros-latest.list 파일에 문제가 있는거 같아서 다시 삭제하고 설치했다. 파일경로는 /etc/apt 하위폴더에서 진행했음 # source.list.d 폴더 삭제 sudo rm -r sources.list.d # source.list.d 폴더 생성 sudo mkdir sources.list.d 다시 진행해보자 sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' sudo apt..

꾸준표
'sudo apt update' 태그의 글 목록