Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 걸쳐서 그림 넣기
- Climbing Stairs
- vim 치환
- 프로그래머스 구명보트
- Resolution Changing
- apt autoremove
- latex 첨자
- without nohup.out
- Leetcode 121
- vi/vim commands
- git commit message
- vim set noshowmatch
- Python Imaging Library
- vi/vim 명령어
- linux prompt color
- vim 찾아 바꾸기
- 프로그래머스 실패율
- csv x range
- VirtualBox
- python3
- apt clean
- linux bash
- Leetcode 70
- url reference
- 프로그래머스 체육복
- tensorflow model load
- 프로그래머스
- vim 괄호 비활성화
- gnuplot csv
- LaTeX figure
Archives
- Today
- Total
기억노트
'Some index files failed to download. They have been ignored or old ones used instead' 해결 본문
Programming/VirtualBox + Ubuntu
'Some index files failed to download. They have been ignored or old ones used instead' 해결
진바니 2020. 5. 19. 16:37패키지 설치나 update / upgrade 중
제목과 같은 오류가 발생했을 때는
autoremove 로 패키지를 삭제하고,
clean 으로 깨끗이 한 다음,
update 와 upgrade 를 진행한 다음
원하는 패키지를 설치한다.
$ sudo apt autoremove
$ sudo clean
$ sudo apt update
$ sudo apt upgrade
'Programming > VirtualBox + Ubuntu' 카테고리의 다른 글
ValueError: ('Unrecognized keyword arguments:', [u'ragged']) 해결 (0) | 2020.05.24 |
---|---|
VirtualBox + Ubuntu 해상도 (resolution) 변경 (0) | 2020.04.25 |
ImportError: No module named PIL 해결 (0) | 2020.04.25 |
VT-x is disabled in the BIOS for all CPU modes 해결 (0) | 2020.04.23 |