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
- latex 첨자
- gnuplot csv
- Resolution Changing
- apt autoremove
- LaTeX figure
- apt clean
- tensorflow model load
- git commit message
- Climbing Stairs
- csv x range
- url reference
- Python Imaging Library
- linux prompt color
- Leetcode 70
- linux bash
- 걸쳐서 그림 넣기
- 프로그래머스
- 프로그래머스 구명보트
- python3
- without nohup.out
- vim 치환
- vim set noshowmatch
- vi/vim 명령어
- vim 괄호 비활성화
- VirtualBox
- 프로그래머스 체육복
- Leetcode 121
- 프로그래머스 실패율
- vim 찾아 바꾸기
- vi/vim commands
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 |