[Linux/Ubuntu] 'E: Some index files failed to download. They have been ignored, or old ones used instead.' 해결 방법
·
Learning-Log/Computer Science
Linux 에 프로그램 설치하기 0. 기본 apt-get을 통해 프로그램을 설치한다. root 계정이 아니라면 sudo 를 앞에 붙여줘야한다. 예를 들어 openssl 을 설치하고 싶은 경우라면 아래와 같이 입력하면 된다. sudo apt-get install openssl 프로 xpectation.tistory.com 항상 이 포스팅처럼 프로그램이 잘 설치된다면 정말 좋겠지만 그렇지 않은 경우가 종종 발생한다. 나의 경우 데스크탑 환경에서는 저 방법으로 Ubuntu에 Nodejs가 문제 없이 설치되었지만, 노트북 환경에서는 저 방법으로 설치되지 않고 에러가 발생하였다. E: Some index files failed to download. They have been ignored, or old ones..