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
- gnuplot csv
- python3
- Python Imaging Library
- 프로그래머스 체육복
- LaTeX figure
- vi/vim 명령어
- apt autoremove
- vim 괄호 비활성화
- 프로그래머스
- vi/vim commands
- 걸쳐서 그림 넣기
- Resolution Changing
- vim set noshowmatch
- Leetcode 70
- vim 치환
- Leetcode 121
- url reference
- 프로그래머스 실패율
- latex 첨자
- VirtualBox
- vim 찾아 바꾸기
- tensorflow model load
- csv x range
- apt clean
- 프로그래머스 구명보트
- linux bash
- linux prompt color
- git commit message
- without nohup.out
- Climbing Stairs
Archives
- Today
- Total
목록apt autoremove (1)
기억노트
'Some index files failed to download. They have been ignored or old ones used instead' 해결
패키지 설치나 update / upgrade 중 제목과 같은 오류가 발생했을 때는 autoremove 로 패키지를 삭제하고, clean 으로 깨끗이 한 다음, update 와 upgrade 를 진행한 다음 원하는 패키지를 설치한다. $ sudo apt autoremove $ sudo clean $ sudo apt update $ sudo apt upgrade
Programming/VirtualBox + Ubuntu
2020. 5. 19. 16:37