일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- AWS Cloud
- VS Code 오류
- 빅데이터분석기사 실기
- Linux
- mariadb
- tcache
- ios frida
- 풀이
- 인프런
- 빅데이터분석기사
- AWS
- 보안뉴스
- wireshark
- pwnable
- nmcli
- 빅데이터 분석기사
- error
- Dreamhack.io
- 빅데이터 분석기사 실기
- 클라우드
- Python
- pandas
- 빅분기 실기
- centos7
- Android
- [EduAtoZ]
- 워게임
- FSB
- ubuntu
- dreamhack
- Today
- Total
0netw0m1ra
[ubuntu] sudo apt-get install python3-pip error 본문
# VMware Workstation 16 Player
# ubuntu-20.04.3-desktop-amd64.iso
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_5.4.0-104.118_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/cpp-9_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/gcc-9-base_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/libasan5_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/libgcc-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/gcc-9_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/libstdc++-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-9/g++-9_9.4.0-1ubuntu1~20.04_amd64.deb 404 Not Found [IP: 91.189.91.38 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[해결]
> sudo apt-get update
> sudo apt-get install samba
(Y/n 이 나오면 Y)
다시 설치해 본다
> sudo apt-get install python3-pip
pip가 잘 설치 되었다
'나홀로 스터디' 카테고리의 다른 글
[Error] apt install error : Could not get lock /var/lib/dpkg/lock (0) | 2022.08.06 |
---|---|
[webhook.site] 윈도우 리눅스(우분투) 파일 전송 (0) | 2022.08.02 |
[네트워크] 통신 복호화 - Wireshark SSLKEY LOG FILE (0) | 2022.03.17 |
[iOS] iproxy 사용법 (0) | 2022.01.09 |
openssl 생성 - 인증서 .pem 생성 (0) | 2021.11.12 |