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